You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by avplatonov <gi...@git.apache.org> on 2018/08/24 12:49:00 UTC

[GitHub] ignite pull request #4612: IGNITE-9237: Random forest optimization

GitHub user avplatonov opened a pull request:

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

    IGNITE-9237: Random forest optimization

    

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

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

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

    https://github.com/apache/ignite/pull/4612.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 #4612
    
----
commit b155b3b0cb72f1b6eb36ac64de5813027607733d
Author: Alexey Platonov <ap...@...>
Date:   2018-08-15T08:37:06Z

    init commit

commit 707ca0583a3a8e70a710406fdab94625c42f6619
Author: Alexey Platonov <ap...@...>
Date:   2018-08-20T08:23:30Z

    impurity realizations and test

commit 13da1bf48f1aa64a552c477bc1dc859409c0da74
Author: Alexey Platonov <ap...@...>
Date:   2018-08-21T10:07:59Z

    complete RF framework and add some tests

commit 7191d3e350aa59bea1ceb94df85cb3a22b530494
Author: Alexey Platonov <ap...@...>
Date:   2018-08-21T10:28:40Z

    fix code and add test

commit c4507195b3d4b89af659fcabcfe7337b890235d8
Author: Alexey Platonov <ap...@...>
Date:   2018-08-21T11:38:18Z

    classifier impl

commit 680c755db4f6bd79f841967262aed0fd64896c27
Author: Alexey Platonov <ap...@...>
Date:   2018-08-22T15:53:25Z

    all implementations, bug fixing, refactoring

commit 9e0c30ee1c1712a8dc6acd86f0b4bbd26e011415
Author: Alexey Platonov <ap...@...>
Date:   2018-08-23T07:45:15Z

    bug fix

commit c7d5677716fa65e0fc91632340cd145e17dcf4aa
Author: Alexey Platonov <ap...@...>
Date:   2018-08-23T10:14:51Z

    t

commit 5d61467db8b8fef88d4aa98da44580903ebc7cf0
Author: Alexey Platonov <ap...@...>
Date:   2018-08-23T12:11:46Z

    stable version

commit 40ba43679daaef47463486284592c548fe501924
Author: Alexey Platonov <ap...@...>
Date:   2018-08-23T12:19:04Z

    delete useless generics

commit 987e73935f4539a5f3c16a2562378aff4b0f17d2
Author: Alexey Platonov <ap...@...>
Date:   2018-08-23T12:25:23Z

    refactoring

commit 65e332012244531e00173389a7fc7034cc4bd2af
Author: Alexey Platonov <ap...@...>
Date:   2018-08-23T12:30:12Z

    refactoring

commit f1972fd3144931d5a661eedd621ab93052a81aad
Author: Alexey Platonov <ap...@...>
Date:   2018-08-23T12:33:33Z

    refactoring

commit bec390b035d47a16e505957c66d455a3d8034079
Author: Alexey Platonov <ap...@...>
Date:   2018-08-23T12:39:10Z

    reafctoring, delete old version

commit 2b3e4180bac801b7fea732a5744cdf121505801b
Author: Alexey Platonov <ap...@...>
Date:   2018-08-23T12:39:27Z

    reafctoring, delete old version

commit b6355194142dd77e4858993edef9287648258aff
Author: Alexey Platonov <ap...@...>
Date:   2018-08-23T12:39:52Z

    reafctoring, delete old version

commit c7a608df528313eacdca8bbf63d0a83719218f54
Author: Alexey Platonov <ap...@...>
Date:   2018-08-23T12:49:22Z

    fix tests

commit cdd463c77e567ee32f379a612d81c6249ba3eca6
Author: Alexey Platonov <ap...@...>
Date:   2018-08-23T15:00:57Z

    refactoring

commit 95967e737871a9bec7e684d210752557dd4d4ed5
Author: Alexey Platonov <ap...@...>
Date:   2018-08-24T09:41:40Z

    documentation commit

commit ddf19221a82abd343631f0baaef1faeb590de1aa
Author: Alexey Platonov <ap...@...>
Date:   2018-08-24T09:50:07Z

    documentation commit

commit 5dd6741015d984e7a20710450d94f667a666ebac
Author: Alexey Platonov <ap...@...>
Date:   2018-08-24T10:08:03Z

    documentation commit

commit 35ab933c56fc96d6cb8841d774dc4bf3e011967e
Author: Alexey Platonov <ap...@...>
Date:   2018-08-24T10:30:39Z

    documentation commit

commit 04240a1bdbd395d2b3266fd867715f86b6d1e8e8
Author: Alexey Platonov <ap...@...>
Date:   2018-08-24T10:57:50Z

    documentation commit

commit dc079b3e6fbf2a46e43e22e39e4ec85e2991031b
Author: Alexey Platonov <ap...@...>
Date:   2018-08-24T12:27:10Z

    documentation commit

commit 514f66644291eeb2cc58d2679295a03454c43b7a
Author: Alexey Platonov <ap...@...>
Date:   2018-08-24T12:48:46Z

    Merge branch 'master' of https://github.com/apache/ignite into IGNITE-9237
    
    # Conflicts:
    #	examples/src/main/java/org/apache/ignite/examples/ml/tree/randomforest/RandomForestClassificationExample.java
    #	examples/src/main/java/org/apache/ignite/examples/ml/tree/randomforest/RandomForestRegressionExample.java
    #	modules/ml/src/test/java/org/apache/ignite/ml/environment/EnvironmentTestSuite.java

----


---

[GitHub] ignite pull request #4612: IGNITE-9237: Random forest optimization

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

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


---