You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Aleksey Zinoviev (JIRA)" <ji...@apache.org> on 2018/09/10 12:45:00 UTC

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

     [ https://issues.apache.org/jira/browse/IGNITE-9513?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aleksey Zinoviev updated IGNITE-9513:
-------------------------------------
    Component/s: ml

> [ML] Unify all preprocessors trainers' generics
> -----------------------------------------------
>
>                 Key: IGNITE-9513
>                 URL: https://issues.apache.org/jira/browse/IGNITE-9513
>             Project: Ignite
>          Issue Type: Improvement
>          Components: ml
>            Reporter: Aleksey Zinoviev
>            Assignee: Aleksey Zinoviev
>            Priority: Major
>
> 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)