GitHub user oignatenko opened a pull request:
https://github.com/apache/ignite/pull/3069 Ignite 6872 1
You can merge this pull request into a Git repository by running:
$ git pull
https://github.com/gridgain/apache-ignite ignite-6872-1
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/3069.patchTo close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #3069
----
commit cf6ba40c97840a28ee14f49f09f79fe3d9d5a66f
Author: Oleg Ignatenko <
[hidden email]>
Date: 2017-11-20T11:53:46Z
IGNITE-6872 Linear regression should implement Model API
- regression examples moved to more appropriate package
-- verified with diffs overview, clean build and execution of unit tests
commit a8dadee71e0ca2a00387cfa2dba9c656de75137f
Author: Oleg Ignatenko <
[hidden email]>
Date: 2017-11-20T11:57:18Z
IGNITE-6872 Linear regression should implement Model API
- added missing package-info
-- verified with diffs overview
commit cc8edfbd0ca7e20655f45dc82d576f2d21627497
Author: Oleg Ignatenko <
[hidden email]>
Date: 2017-11-20T14:12:03Z
IGNITE-6872 Linear regression should implement Model API
- implementation, tests and examples
- accommodated changes done to OLS per IGNITE-5846
- fixed some issues with coding style and javadoc
-- verified with diffs overview, clean build, execution of unit tests and examples
----
---