dmitrievanthony commented on a change in pull request #6232: IGNITE-11449: 
Vectorizer API for feature/label extracting
URL: https://github.com/apache/ignite/pull/6232#discussion_r267782172
 
 

 ##########
 File path: 
modules/ml/src/main/java/org/apache/ignite/ml/composition/boosting/convergence/ConvergenceChecker.java
 ##########
 @@ -50,11 +50,8 @@
     /** Loss function. */
     private Loss loss;
 
-    /** Feature extractor. */
-    private IgniteBiFunction<K, V, Vector> featureExtractor;
-
-    /** Label extractor. */
-    private IgniteBiFunction<K, V, Double> lbExtractor;
+    /** Upastream vectorizer. */
 
 Review comment:
   Type.

----------------------------------------------------------------
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

Reply via email to