[jira] [Commented] (IGNITE-7451) Make Linear SVM for multi-classification

2018-02-12 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/IGNITE-7451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16361324#comment-16361324
 ] 

ASF GitHub Bot commented on IGNITE-7451:


Github user asfgit closed the pull request at:

https://github.com/apache/ignite/pull/3484


> Make Linear SVM for multi-classification
> 
>
> Key: IGNITE-7451
> URL: https://issues.apache.org/jira/browse/IGNITE-7451
> Project: Ignite
>  Issue Type: Sub-task
>  Components: ml
>Reporter: Aleksey Zinoviev
>Assignee: Aleksey Zinoviev
>Priority: Minor
> Fix For: 2.5
>
>
> Compare and choose one of approachesĀ _one-against-one or one-against-the rest_
> Read the paper [https://www.csie.ntu.edu.tw/~cjlin/papers/multisvm.pdf]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (IGNITE-7451) Make Linear SVM for multi-classification

2018-02-07 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/IGNITE-7451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16355369#comment-16355369
 ] 

ASF GitHub Bot commented on IGNITE-7451:


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.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 #3484


commit bb2450fe2a69233bbff557710ca87ed09a5d95bd
Author: Zinoviev Alexey 
Date:   2018-02-02T14:22:06Z

First version of model and trainer

commit a2cc1938d2bc8c78341f67d02a01099e0f6a8293
Author: zaleslaw 
Date:   2018-02-06T14:23:57Z

Merge branch 'master' into ignite-7451

commit 83d7488766db3afe8edd8f969d98c02131a79c24
Author: zaleslaw 
Date:   2018-02-06T15:53:17Z

Added tests




> Make Linear SVM for multi-classification
> 
>
> Key: IGNITE-7451
> URL: https://issues.apache.org/jira/browse/IGNITE-7451
> Project: Ignite
>  Issue Type: Sub-task
>  Components: ml
>Reporter: Aleksey Zinoviev
>Assignee: Aleksey Zinoviev
>Priority: Minor
>
> Compare and choose one of approachesĀ _one-against-one or one-against-the rest_
> Read the paper [https://www.csie.ntu.edu.tw/~cjlin/papers/multisvm.pdf]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)