You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/07/11 13:16:00 UTC

[jira] [Commented] (IGNITE-8981) [ML] Parallel optimizations for BaggingTrainer

    [ https://issues.apache.org/jira/browse/IGNITE-8981?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16540083#comment-16540083 ] 

ASF GitHub Bot commented on IGNITE-8981:
----------------------------------------

GitHub user avplatonov opened a pull request:

    https://github.com/apache/ignite/pull/4350

    IGNITE-8981: Parallel optimizations for BaggingTrainer

    add Learning environment with Logger and Parallelism strategy while learning

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/gridgain/apache-ignite ignite-8981

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/ignite/pull/4350.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #4350
    
----
commit da3d2e91b11bbfb41346996e5358af2e917d08cb
Author: Alexey Platonov <ap...@...>
Date:   2018-07-09T08:14:50Z

    initial commit

commit 28682d61d0fcb68b3dda76a0631ba0d52e3907e0
Author: Alexey Platonov <ap...@...>
Date:   2018-07-09T09:49:14Z

    console logger and some refactorings

commit 3eae7fa1bf0fd5b41e78537fd5a2559dd64c40ed
Author: Alexey Platonov <ap...@...>
Date:   2018-07-09T10:19:49Z

    add examples, add Serializable i-face to LearningEnvironment

commit 517e7d98f2004da5f1edd312980e2866c54584fa
Author: Alexey Platonov <ap...@...>
Date:   2018-07-09T14:58:28Z

    Add comments

commit bc82cfc74c99da43bca8993e48edc77aa78e45d3
Author: Alexey Platonov <ap...@...>
Date:   2018-07-10T08:45:42Z

    use enum instead of directly parallelism strategy passing

commit d1d239ba0de3db1900b836e7a27377fad31e3f1a
Author: Alexey Platonov <ap...@...>
Date:   2018-07-10T10:34:12Z

    use tracer while vector logging

commit a9b851325a94634fce7373c06c5ea3596fa7cc18
Author: Alexey Platonov <ap...@...>
Date:   2018-07-10T11:42:50Z

    use toString method of model instead formatter while logging

commit fff6eff8a5c00e497e9abce8c8e36ab75711abb8
Author: Alexey Platonov <ap...@...>
Date:   2018-07-11T10:13:44Z

    implement toString in models

commit 8511d847b481233fa2438f5cce4b17e027e8b53b
Author: Alexey Platonov <ap...@...>
Date:   2018-07-11T10:16:18Z

    pretty formatting in logging

commit dc4fa77d5912a30f9749af125c571d66f470d8df
Author: Alexey Platonov <ap...@...>
Date:   2018-07-11T10:45:21Z

    Merge branch 'master' of https://github.com/apache/ignite into ml/learning_environment_prototype

commit e199ac9693cc9385bdcc75865eb49b985109f32f
Author: Alexey Platonov <ap...@...>
Date:   2018-07-11T11:11:49Z

    format code according to coding style

commit c19cacd43f7646e926dc8bf42cdb0e12d2811b43
Author: Alexey Platonov <ap...@...>
Date:   2018-07-11T13:04:42Z

    remove Serializable

commit 4443160212053f64d3153986cec6ffd8473b48ad
Author: Alexey Platonov <ap...@...>
Date:   2018-07-11T13:13:42Z

    remove useless condig

----


> [ML] Parallel optimizations for BaggingTrainer 
> -----------------------------------------------
>
>                 Key: IGNITE-8981
>                 URL: https://issues.apache.org/jira/browse/IGNITE-8981
>             Project: Ignite
>          Issue Type: Improvement
>          Components: ml
>            Reporter: Yury Babak
>            Assignee: Alexey Platonov
>            Priority: Major
>             Fix For: 2.7
>
>
> We could improve performance of BaggingTrainer using parallel optimizations.



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