[ https://issues.apache.org/jira/browse/IGNITE-10606?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16728934#comment-16728934 ]
ASF GitHub Bot commented on IGNITE-10606: ----------------------------------------- GitHub user zaleslaw opened a pull request: https://github.com/apache/ignite/pull/5751 IGNITE-10606: [ML] Add new tests for BinaryClassificationMetrics and Evaluator You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-10606 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/ignite/pull/5751.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 #5751 ---- commit 3e4c8002870a25501bfd8508cb9073d27b9af33d Author: Zinoviev Alexey <zaleslaw.sin@...> Date: 2018-12-12T15:50:25Z IGNITE-10528: Fix incorrect comparing of double values in ML examples commit 234adaa1c186fffd2c884e8f67be9f1295516540 Author: Zinoviev Alexey <zaleslaw.sin@...> Date: 2018-12-14T15:19:39Z Merge branch 'master' of https://github.com/apache/ignite commit d946ef5d13596d5a799e585ca3a7b0895508a575 Author: Zinoviev Alexey <zaleslaw.sin@...> Date: 2018-12-18T12:28:30Z Merge branch 'master' of https://github.com/apache/ignite commit 222bf65b73f05a48507ee4596ec2f4f0a9e2c077 Author: Zinoviev Alexey <zaleslaw.sin@...> Date: 2018-12-20T12:32:21Z Merge branch 'master' of https://github.com/apache/ignite commit 659fdfb115fa8e0ced2ed34ca9f3057db4471af2 Author: Zinoviev Alexey <zaleslaw.sin@...> Date: 2018-12-21T12:29:48Z Merge branch 'master' of https://github.com/apache/ignite commit 214e6c61aac4f0797dd6c0a7dbaa55f4bf87ebe4 Author: Zinoviev Alexey <zaleslaw.sin@...> Date: 2018-12-21T15:28:42Z IGNITE-10606: Added tests for BinaryEvaluator commit 920904a37a8997999bd896523be6dafb5b58bed4 Author: Zinoviev Alexey <zaleslaw.sin@...> Date: 2018-12-26T08:42:51Z Merge branch 'master' into ignite-10606 # Conflicts: # modules/ml/src/test/java/org/apache/ignite/ml/selection/SelectionTestSuite.java commit b9f38ea4125502a78213af9d704c8ab87a6c74d0 Author: Zinoviev Alexey <zaleslaw.sin@...> Date: 2018-12-26T08:44:53Z Fixed TestSuite for JUnit 4 ---- > [ML] Add new tests for BinaryClassificationMetrics and Evaluator > ---------------------------------------------------------------- > > Key: IGNITE-10606 > URL: https://issues.apache.org/jira/browse/IGNITE-10606 > Project: Ignite > Issue Type: Task > Components: ml > Affects Versions: 2.8 > Reporter: Aleksey Zinoviev > Assignee: Aleksey Zinoviev > Priority: Major > Fix For: 2.8 > > > Cover the Evaluator static methods by tests. > It should be simple tests smaller than Evaluator example > Cover next items: > 1) incorrect metrics > 2) unexisting labels in a part of metrics > 3) repeatable metrics > 4) repeatable metrics with repeatable class labels (check count of final > results) -- This message was sent by Atlassian JIRA (v7.6.3#76005)