You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Alexey Zinoviev (Jira)" <ji...@apache.org> on 2020/06/10 13:07:00 UTC

[jira] [Updated] (IGNITE-10144) Optimize bagging upstream transformer

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

Alexey Zinoviev updated IGNITE-10144:
-------------------------------------
    Fix Version/s:     (was: 2.9)
                   3.0

> Optimize bagging upstream transformer
> -------------------------------------
>
>                 Key: IGNITE-10144
>                 URL: https://issues.apache.org/jira/browse/IGNITE-10144
>             Project: Ignite
>          Issue Type: Improvement
>          Components: ml
>            Reporter: Artem Malykh
>            Assignee: Alexey Zinoviev
>            Priority: Minor
>             Fix For: 3.0
>
>
> For now BaggingUpstreamTransformer makes upstream sequential to make transformation deterministic. Maybe we should do it other way, for example use mapping of the form (entryIdx, en) -> Stream.generate(() -> en).limit(new PoissonDistribution(Well19937c(entryIdx + seed), ...).sample())



--
This message was sent by Atlassian Jira
(v8.3.4#803005)