[ 
https://issues.apache.org/jira/browse/SPARK-14709?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15282564#comment-15282564
 ] 

yuhao yang commented on SPARK-14709:
------------------------------------

I put the SMO version at https://github.com/hhbyyh/SVMOnSpark.
The scalability is supposed to be very good as it avoids shuffle and 
unnecessary communication. It also supports arbitrary kernels. Currently linear 
and RBF are embedded.

> spark.ml API for linear SVM
> ---------------------------
>
>                 Key: SPARK-14709
>                 URL: https://issues.apache.org/jira/browse/SPARK-14709
>             Project: Spark
>          Issue Type: New Feature
>          Components: ML
>            Reporter: Joseph K. Bradley
>
> Provide API for SVM algorithm for DataFrames.  I would recommend using 
> OWL-QN, rather than wrapping spark.mllib's SGD-based implementation.
> The API should mimic existing spark.ml.classification APIs.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to