wonook commented on a change in pull request #203: [NEMO-360] Implementing an
'XGBoostPolicy'
URL: https://github.com/apache/incubator-nemo/pull/203#discussion_r267637015
##########
File path: common/src/main/java/org/apache/nemo/common/ir/IRDAG.java
##########
@@ -110,8 +109,16 @@ public boolean advanceDAGSnapshot(final BiFunction<IRDAG,
IRDAG, Boolean> checke
return canAdvance;
}
+ /**
+ * @return a IR DAG summary string, consisting of only the original vertices
generated from the frontend.
Review comment:
There's been a slight miswording. I've changed the comments. Thanks!
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services