GitHub user zaleslaw opened a pull request:
https://github.com/apache/ignite/pull/3484 IGNITE-7451: Make Linear SVM for multi-classification
Added model, trainer and tests for them
You can merge this pull request into a Git repository by running:
$ git pull
https://github.com/gridgain/apache-ignite ignite-7451
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/3484.patchTo close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #3484
----
commit bb2450fe2a69233bbff557710ca87ed09a5d95bd
Author: Zinoviev Alexey <zaleslaw.sin@...>
Date: 2018-02-02T14:22:06Z
First version of model and trainer
commit a2cc1938d2bc8c78341f67d02a01099e0f6a8293
Author: zaleslaw <zaleslaw.sin@...>
Date: 2018-02-06T14:23:57Z
Merge branch 'master' into ignite-7451
commit 83d7488766db3afe8edd8f969d98c02131a79c24
Author: zaleslaw <zaleslaw.sin@...>
Date: 2018-02-06T15:53:17Z
Added tests
----
---