GitHub user ybabak opened a pull request:

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

    IGNITE-8232 ML package cleanup for 2.5 release.

    fixed javadoc

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

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

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

    https://github.com/apache/ignite/pull/3823.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 #3823
    
----
commit 098d2832b3f4af23c72bc25f43e4ab8a95f2f416
Author: Zinoviev Alexey <zaleslaw.sin@...>
Date:   2018-04-11T18:40:27Z

    IGNITE-7829: Added example

commit da58736d2c223061ebbc8e54a252661165d10919
Author: Zinoviev Alexey <zaleslaw.sin@...>
Date:   2018-04-11T18:47:59Z

    IGNITE-7829: Added example

commit f806dcff52a51692c4d80d20d3d33c2220eb4a9c
Author: zaleslaw <zaleslaw.sin@...>
Date:   2018-04-12T12:10:05Z

    IGNITE-7829: Fixed Anton's review

commit d81ee7f72b78820d664661ef269eeb4fe1178c04
Author: zaleslaw <zaleslaw.sin@...>
Date:   2018-04-12T12:12:54Z

    IGNITE-7829: Fixed Anton's review 2

commit 550eb79d771c97bfb9cfb6dc24882af7d1215692
Author: Zinoviev Alexey <zaleslaw.sin@...>
Date:   2018-04-12T12:14:31Z

    Merge branch 'master' into ignite-7829

commit 3ea8e3df0f7b72ea6f58e2a47d1677dd6863d077
Author: Anton Dmitriev <dmitrievanthony@...>
Date:   2018-04-12T12:30:08Z

    IGNITE-8232 Remove all trainers except DatasetTrainer.

commit a79f28d671a66c1c8722dbe036686fdb9427fc61
Author: zaleslaw <zaleslaw.sin@...>
Date:   2018-04-12T12:30:09Z

    IGNITE-7829: Fixed tests

commit 652581ac57eb0741677f5bd727ccbd04cc86e4e8
Author: zaleslaw <zaleslaw.sin@...>
Date:   2018-04-12T12:30:35Z

    Merge branch 'ignite-7829' of https://github.com/gridgain/apache-ignite 
into ignite-7829

commit 0b7ec05427015dd014c811468b037c7ae308028c
Author: Anton Dmitriev <dmitrievanthony@...>
Date:   2018-04-12T12:40:45Z

    IGNITE-8232 Remove estimators.

commit 053bfb72105be69b6032459377ec41e92ab0d5ac
Author: Anton Dmitriev <dmitrievanthony@...>
Date:   2018-04-12T12:59:50Z

    IGNITE-8232 Use SimpleLabeledDatasetData instead of dedicated
    LinSysOnHeapData.

commit 14a7357afc0f33b07f5d4f56d6081222ec5bb437
Author: Anton Dmitriev <dmitrievanthony@...>
Date:   2018-04-12T13:35:59Z

    IGNITE-8233 Add protection of dataset compute method from empty data.

commit c63105c2cd4d4d8829ff300eaa7d11ed6620ebdb
Author: Anton Dmitriev <dmitrievanthony@...>
Date:   2018-04-12T13:44:55Z

    IGNITE-8233 Fix tests after adding protection of dataset compute method
    from empty data.

commit da4baaf246b24867636578ea95fd53f2e92ea86c
Author: Anton Dmitriev <dmitrievanthony@...>
Date:   2018-04-12T13:53:33Z

    IGNITE-8233 Fix tests after adding protection of dataset compute method
    from empty data.

commit 64656650ed4d2ebd165b7d62f59b9ce8cf027a6e
Author: Anton Dmitriev <dmitrievanthony@...>
Date:   2018-04-12T13:55:57Z

    IGNITE-8233 Fix tests after adding protection of dataset compute method
    from empty data.

commit bd7aa5cf6da0b37c37862851d50b85fd822da344
Author: Anton Dmitriev <dmitrievanthony@...>
Date:   2018-04-12T13:56:30Z

    IGNITE-8233 Fix tests after adding protection of dataset compute method
    from empty data.

commit 95d30e4175a55761760e7b3f8bb1d9a5bc00823f
Author: Anton Dmitriev <dmitrievanthony@...>
Date:   2018-04-12T14:06:54Z

    Merge branch 'ignite-8233' into ignite-8232

commit 02bd96b25568af2edf36965dfa0c7d66c0a4a256
Author: Anton Dmitriev <dmitrievanthony@...>
Date:   2018-04-12T14:17:25Z

    IGNITE-8233 Use Precision.EPSILON in AbstractLSQR.

commit e6066f572f40ebc709aa011ed1083d09303f601b
Author: dmitrievanthony <dmitrievanthony@...>
Date:   2018-04-13T08:33:02Z

    Revert "IGNITE-8233 Fix tests after adding protection of dataset compute 
method from empty data."
    
    This reverts commit bd7aa5c

commit f1638a475826c37dbd0b0f71585a3c3ebfc37e2e
Author: dmitrievanthony <dmitrievanthony@...>
Date:   2018-04-13T08:33:06Z

    Revert "IGNITE-8233 Fix tests after adding protection of dataset compute 
method from empty data."
    
    This reverts commit 6465665

commit 887b45fb659378f4a4b9e786b8169bd402688ffd
Author: dmitrievanthony <dmitrievanthony@...>
Date:   2018-04-13T08:34:45Z

    IGNITE-8233 Test SVM on 10 partitions instead of 10000.

commit 85fa1771da8dc84ca6e35a10c7da596170f1637f
Author: dmitrievanthony <dmitrievanthony@...>
Date:   2018-04-13T08:37:24Z

    Merge remote-tracking branch 'prof/ignite-7829' into ignite-8233
    
    # Conflicts:
    #   
modules/ml/src/test/java/org/apache/ignite/ml/knn/KNNClassificationTest.java
    #   modules/ml/src/test/java/org/apache/ignite/ml/knn/KNNRegressionTest.java
    #   
modules/ml/src/test/java/org/apache/ignite/ml/knn/LabeledDatasetHelper.java

commit 91ac83c513f00ad0183ce6e48427c921d7dc0fee
Author: dmitrievanthony <dmitrievanthony@...>
Date:   2018-04-13T08:49:58Z

    IGNITE-8233 Fixes after merge.

commit e46256930f19272643c432d781261f4c4897a6cc
Author: dmitrievanthony <dmitrievanthony@...>
Date:   2018-04-13T08:50:49Z

    Merge branch 'ignite-8233' into ignite-8232

commit 1e70d68bef80196f0a7e2ec66e93e1a5d4bcbd5d
Author: dmitrievanthony <dmitrievanthony@...>
Date:   2018-04-13T10:05:56Z

    IGNITE-8233 Remove OLS regression from yardstick.

commit f0c89bdea2068645b02251b40240c450bdd79472
Author: dmitrievanthony <dmitrievanthony@...>
Date:   2018-04-13T13:30:59Z

    Merge remote-tracking branch 'origin/master' into ignite-8233

commit 325d598e67ca3d77e56e9e2b8ac22253be366319
Author: dmitrievanthony <dmitrievanthony@...>
Date:   2018-04-13T13:32:46Z

    Merge remote-tracking branch 'origin/master' into ignite-8233
    
    # Conflicts:
    #   
modules/ml/src/test/java/org/apache/ignite/ml/knn/KNNClassificationTest.java
    #   modules/ml/src/test/java/org/apache/ignite/ml/knn/KNNRegressionTest.java
    #   
modules/ml/src/test/java/org/apache/ignite/ml/knn/LabeledDatasetHelper.java
    #   
modules/ml/src/test/java/org/apache/ignite/ml/knn/LabeledDatasetTest.java

commit f519ef825aa7ec6f25419222a79162a1848ca975
Author: dmitrievanthony <dmitrievanthony@...>
Date:   2018-04-13T13:33:32Z

    Merge branch 'ignite-8233' into ignite-8232

commit 3397a58ea158c116d7720432d9f6948b33b8e594
Author: Yury Babak <ybabak@...>
Date:   2018-04-13T15:05:42Z

    Merge branch 'apacheMaster' into ignite-8232

commit 280a0146ef689770b94043fa042229930282a810
Author: Yury Babak <ybabak@...>
Date:   2018-04-13T17:03:51Z

    IGNITE-8232: ML package cleanup for 2.5 release
    
    fixed javadoc

commit 77a2a5cd9c35b950562257fbd5090ba80627497d
Author: Yury Babak <ybabak@...>
Date:   2018-04-13T17:07:37Z

    Merge branch 'apacheMaster' into ignite-8232
    
    # Conflicts:
    #   
modules/ml/src/main/java/org/apache/ignite/ml/math/functions/IgniteBiFunction.java

----


---

Reply via email to