GitHub user ybabak opened a pull request:
https://github.com/apache/ignite/pull/2968 IGNITE-6640: Introduction of models import/export
added missed licence.
You can merge this pull request into a Git repository by running:
$ git pull
https://github.com/gridgain/apache-ignite ignite-6640
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/2968.patchTo close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2968
----
commit dfb9a657c7c07070a2620cdfc08af6970e6b7ea3
Author: Yury Babak <
[hidden email]>
Date: 2017-10-25T16:28:43Z
IGNITE-6640: Introduction of models import/export.
added test for cluster model
commit 090e0ed9c5a14f0e8366941ebff6e1afe0aefa7b
Author: Yury Babak <
[hidden email]>
Date: 2017-10-30T22:46:21Z
IGNITE-6640: Introduction of models import/export.
Initial kmeans test passed.
commit 548ae4da1d65f1a70484fb228bc69f10d60d2340
Author: Yury Babak <
[hidden email]>
Date: 2017-10-31T15:45:15Z
IGNITE-6640: Introduction of models import/export.
refactored model import/export functionality.
commit 883f99bed1ac76fe01a0ecb46d14e18d846cabff
Author: Yury Babak <
[hidden email]>
Date: 2017-10-31T15:48:55Z
Merge branch 'apacheMaster' into ignite-6640
# Conflicts:
# modules/ml/src/main/java/org/apache/ignite/ml/math/impls/storage/matrix/BlockMatrixStorage.java
commit 349d696a59e616773277e9ec738e3f37a3580eed
Author: Yury Babak <
[hidden email]>
Date: 2017-11-01T09:09:42Z
IGNITE-6640: Introduction of models import/export.
review fixes
commit 312c4805bececf0949ce79a0819c85d58d62da05
Author: Yury Babak <
[hidden email]>
Date: 2017-11-01T20:51:41Z
IGNITE-6640: Introduction of models import/export.
added missed licence.
commit 049ad865108129ec9f8f55b053f43c3372d90230
Author: Yury Babak <
[hidden email]>
Date: 2017-11-01T20:54:49Z
Merge branch 'master' into ignite-6640
# Conflicts:
# modules/ml/src/main/java/org/apache/ignite/ml/Exportable.java
# modules/ml/src/main/java/org/apache/ignite/ml/math/impls/storage/matrix/BlockMatrixStorage.java
----
---