[jira] [Created] (IGNITE-9513) [ML] Unify all preprocessors trainers' generics

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (IGNITE-9513) [ML] Unify all preprocessors trainers' generics

Anton Vinogradov (Jira)
Aleksey Zinoviev created IGNITE-9513:
----------------------------------------

             Summary: [ML] Unify all preprocessors trainers' generics
                 Key: IGNITE-9513
                 URL: https://issues.apache.org/jira/browse/IGNITE-9513
             Project: Ignite
          Issue Type: Improvement
            Reporter: Aleksey Zinoviev
            Assignee: Aleksey Zinoviev


Currently we have

EncoderTrainer<K, V> implements PreprocessingTrainer<K, V, Object[], Vector>

and

BinarizationTrainer<K, V> implements PreprocessingTrainer<K, V, Vector, Vector>

It will helps with raw types in OneVsRest or in Pipeline and CV processes



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)