GitHub user zaleslaw opened a pull request:
https://github.com/apache/ignite/pull/4585 IGNITE-9336: Remove random test dataset generation
1. Remove ThreadLocalRandom usages in test dataset data generation
2. Refactor Trainer tests
3. Propose a few static datasets generated manually according testing tasks.
You can merge this pull request into a Git repository by running:
$ git pull
https://github.com/gridgain/apache-ignite ignite-9336
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/4585.patchTo close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #4585
----
commit 1f456c55016265242f606f9711a700069174bbc5
Author: zaleslaw <zaleslaw.sin@...>
Date: 2018-08-21T07:50:55Z
Rename method
commit 440a63c0d2737503425bbfde306aa7c32b4830c2
Author: zaleslaw <zaleslaw.sin@...>
Date: 2018-08-21T09:14:17Z
Fixed LogRegMultiClassTrainerTest
commit e8dcf0ce72c28a8c4273e9a7371d4d63d124857f
Author: zaleslaw <zaleslaw.sin@...>
Date: 2018-08-21T09:53:50Z
Extract Trainer test and partitions divisions into the separate test
----
---