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 2019/04/18 08:55:00 UTC

[jira] [Resolved] (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 resolved IGNITE-9513.
--------------------------------------
       Resolution: Resolved
    Fix Version/s: 2.8

> [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: Trivial
>             Fix For: 2.8
>
>
> 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)