wynot12 commented on a change in pull request #203: [NEMO-360] Implementing an
'XGBoostPolicy'
URL: https://github.com/apache/incubator-nemo/pull/203#discussion_r267229770
##########
File path: common/src/main/java/org/apache/nemo/common/Util.java
##########
@@ -80,6 +83,24 @@ static String recursivelyFindLicense(final Path path) {
}
}
+ /**
+ * @param message push the message to the message buffer.
+ */
+ public static void pushMessageBuffer(final String message) {
+ MESSAGE_BUFFER.add(message);
+ }
Review comment:
Isn't it better to make a separate component that store the result of
XGBoost?
----------------------------------------------------------------
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