You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by artemmalykh <gi...@git.apache.org> on 2017/11/10 19:23:35 UTC

[GitHub] ignite pull request #3017: Ignite-5218: Decision trees fixes.

GitHub user artemmalykh opened a pull request:

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

    Ignite-5218: Decision trees fixes.

    

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

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

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

    https://github.com/apache/ignite/pull/3017.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 #3017
    
----
commit dbd2b9e14a5a932e2cb1290e8cf3bc6011ae1962
Author: Artem Malykh <am...@gridgain.com>
Date:   2017-10-26T16:01:22Z

    IGNITE-5218: First version of decision trees.

commit 329ccd983aaf9fa05e4ae78347f6acdb07c70a21
Author: Artem Malykh <am...@gridgain.com>
Date:   2017-11-02T13:22:58Z

    IGNITE-5218: Merge apache master into IGNITE-5218.

commit aa12b9ba326271029693dac365806983aac7f0e7
Author: Artem Malykh <am...@gridgain.com>
Date:   2017-11-02T13:26:24Z

    IGNITE-5218: Deleted isomorphism class.

commit 0fb19280b86a215b9a6cac4af6e578b16791f116
Author: Artem Malykh <am...@gridgain.com>
Date:   2017-11-02T13:41:17Z

    IGNITE-5218: Added license.

commit 49e1db802361a3eafa52e461aec53d3e52b63aed
Author: Artem Malykh <am...@gridgain.com>
Date:   2017-11-02T13:56:39Z

    IGNITE-5218: Removed unused class 'EnsembleModel'.

commit e4a4382ea179510f2470364255fa97046b5c4f2f
Author: Artem Malykh <am...@gridgain.com>
Date:   2017-11-02T14:54:55Z

    IGNITE-5218: Some editings according to code review comments.

commit 71090e3f01b6fe7a3ac9095913fee2862e551c2f
Author: Artem Malykh <am...@gridgain.com>
Date:   2017-11-02T15:50:26Z

    IGNITE-5218: Some editings according to code review comments [1].

commit 8720bc3a31ca4d89593dab28d8af8519fc3994d6
Author: Artem Malykh <am...@gridgain.com>
Date:   2017-11-02T18:43:12Z

    IGNITE-5218: Some editings according to code review comments [2].

commit 586099d356c2dfc1605ba82b8983cea14c1be59d
Author: Artem Malykh <am...@gridgain.com>
Date:   2017-11-03T12:13:55Z

    IGNITE-5218: Moved path to MNIST into a separate properties file.

commit 00730f472d3dece4c0e42799044e1dfa9fe1be7a
Author: Artem Malykh <am...@gridgain.com>
Date:   2017-11-03T12:17:55Z

    IGNITE-5218: Moved columntrees manualrun files to other dir.

commit f7c9b99b63d4163fa452d7e3269ca46abdd3ea09
Author: Artem Malykh <am...@gridgain.com>
Date:   2017-11-03T12:18:55Z

    IGNITE-5218: Changed MNIST paths for arbitrary-looking.

commit 70dff5e8539943654dd8c1f32d72b7d6d267956c
Author: Artem Malykh <am...@gridgain.com>
Date:   2017-11-03T12:21:53Z

    IGNITE-5218: Added mnist manualrun properties into .gitignore.

commit 29c994e87a20ddb48c3f3f63dc6330dc3a1986a1
Author: Artem Malykh <am...@gridgain.com>
Date:   2017-11-03T13:01:08Z

    IGNITE-5218: Added some javadoc, fixed example.

commit 56e79acef6d291466d97364d897f914c76be3c0f
Author: Artem Malykh <am...@gridgain.com>
Date:   2017-11-03T13:44:37Z

    IGNITE-5218: Elaborated MNIST example description.

commit 0da5eb615823702badbd98d56f93708f1674907f
Author: Artem Malykh <am...@gridgain.com>
Date:   2017-11-03T13:50:00Z

    IGNITE-5218: Elaborated MNIST example description[1].

commit a96b8e0776b89d90f519cd4879217e058b031972
Author: Artem Malykh <am...@gridgain.com>
Date:   2017-11-03T13:52:24Z

    IGNITE-5218: Defaulted config in MNIST example.

commit c26fd5a07ac1564cfa75471186ae4edf72d6a20d
Author: Artem Malykh <am...@gridgain.com>
Date:   2017-11-03T16:24:55Z

    IGNITE-5218: Documented MNIST example more carefully.

commit 20ca360108ef5b42d6cf3b06aa4dc7068baa75f2
Author: Artem Malykh <am...@gridgain.com>
Date:   2017-11-03T16:26:13Z

    IGNITE-5218: Reverted default examples config.

commit 97fe50f7e94b54040c3f4a74ef0d6f728c8886c5
Author: Artem Malykh <am...@gridgain.com>
Date:   2017-11-03T16:39:50Z

    IGNITE-5218: Reformated code according to guidelines.

commit 182b8dd908e8eb573ccf3f3a40bcc09951c86666
Author: Artem Malykh <am...@gridgain.com>
Date:   2017-11-03T16:43:36Z

    IGNITE-5218: Added package-info into structures package.

commit b1bbef960e77fdd1c6f61b75d005296b5608d999
Author: Artem Malykh <am...@gridgain.com>
Date:   2017-11-03T16:58:58Z

    IGNITE-5218: Changed souts to X.

commit f6ae8d5c1d0372ace3eac240e7ddd7823e74323a
Author: Artem Malykh <am...@gridgain.com>
Date:   2017-11-03T17:28:53Z

    IGNITE-5218: Added missing javadocs.

commit 234b3d5d90ca8a0cee7dcd9900398dde2ec5a355
Author: Artem Malykh <am...@gridgain.com>
Date:   2017-11-03T17:37:16Z

    IGNITE-5218: Changed properties.

commit bb8d9394d445acac134a4dcba6ee409f2db51399
Author: Artem Malykh <am...@gridgain.com>
Date:   2017-11-03T18:14:42Z

    IGNITE-5218: Some minor fixes.

commit 343d57713e354034553a3ea95d73192c819f5b02
Author: Artem Malykh <am...@gridgain.com>
Date:   2017-11-03T18:25:55Z

    IGNITE-5218: Some minor fixes[1
    ]

commit d0ac8fed3f801aa5340a55b38a789a9180073ce0
Author: Artem Malykh <am...@gridgain.com>
Date:   2017-11-07T15:03:50Z

    IGNITE-5218: Some minor fixes in tests.

commit 75a981c253c0056a1ca7576f1e7edfe24ba94916
Author: Artem Malykh <am...@gridgain.com>
Date:   2017-11-07T15:11:22Z

    IGNITE-5218: Some minor fixes[1].

commit c0d4a872bac34f3dd64382cfba12b04e91085e30
Author: Artem Malykh <am...@gridgain.com>
Date:   2017-11-07T15:13:12Z

    IGNITE-5218: Additional minor fixes.

commit 79067206d5e7168bfae8e14a5bc709267b188728
Author: Artem Malykh <am...@gridgain.com>
Date:   2017-11-10T12:30:36Z

    IGNITE-5218: Some javadoc, commented out change in SparseDistributedMatrixStorage.java.

commit 97027442f28a8c04d8c6213a0bd921841db453de
Author: Artem Malykh <am...@gridgain.com>
Date:   2017-11-10T12:53:45Z

    IGNITE-5218: Renamed some constants.

----


---