[GitHub] ignite pull request #4350: IGNITE-8981: Parallel optimizations for BaggingTr...

2018-07-24 Thread asfgit
Github user asfgit closed the pull request at:

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


---


[GitHub] ignite pull request #4350: IGNITE-8981: Parallel optimizations for BaggingTr...

2018-07-11 Thread avplatonov
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 
Date:   2018-07-09T08:14:50Z

initial commit

commit 28682d61d0fcb68b3dda76a0631ba0d52e3907e0
Author: Alexey Platonov 
Date:   2018-07-09T09:49:14Z

console logger and some refactorings

commit 3eae7fa1bf0fd5b41e78537fd5a2559dd64c40ed
Author: Alexey Platonov 
Date:   2018-07-09T10:19:49Z

add examples, add Serializable i-face to LearningEnvironment

commit 517e7d98f2004da5f1edd312980e2866c54584fa
Author: Alexey Platonov 
Date:   2018-07-09T14:58:28Z

Add comments

commit bc82cfc74c99da43bca8993e48edc77aa78e45d3
Author: Alexey Platonov 
Date:   2018-07-10T08:45:42Z

use enum instead of directly parallelism strategy passing

commit d1d239ba0de3db1900b836e7a27377fad31e3f1a
Author: Alexey Platonov 
Date:   2018-07-10T10:34:12Z

use tracer while vector logging

commit a9b851325a94634fce7373c06c5ea3596fa7cc18
Author: Alexey Platonov 
Date:   2018-07-10T11:42:50Z

use toString method of model instead formatter while logging

commit fff6eff8a5c00e497e9abce8c8e36ab75711abb8
Author: Alexey Platonov 
Date:   2018-07-11T10:13:44Z

implement toString in models

commit 8511d847b481233fa2438f5cce4b17e027e8b53b
Author: Alexey Platonov 
Date:   2018-07-11T10:16:18Z

pretty formatting in logging

commit dc4fa77d5912a30f9749af125c571d66f470d8df
Author: Alexey Platonov 
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 
Date:   2018-07-11T11:11:49Z

format code according to coding style

commit c19cacd43f7646e926dc8bf42cdb0e12d2811b43
Author: Alexey Platonov 
Date:   2018-07-11T13:04:42Z

remove Serializable

commit 4443160212053f64d3153986cec6ffd8473b48ad
Author: Alexey Platonov 
Date:   2018-07-11T13:13:42Z

remove useless condig




---