artemmalykh commented on a change in pull request #5767: [ML] IGNITE-10573: Consistent API for Ensemble training URL: https://github.com/apache/ignite/pull/5767#discussion_r247885840
########## File path: modules/ml/src/main/java/org/apache/ignite/ml/math/functions/IgniteFunction.java ########## @@ -18,6 +18,7 @@ package org.apache.ignite.ml.math.functions; import java.io.Serializable; +import java.util.Objects; Review comment: Fixed. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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
