SVMWithSGD.run source code

2014-12-12 Thread Caron
the implementation of the function run(). Thanks! Caron - Thanks! -Caron -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/SVMWithSGD-run-source-code-tp20671.html Sent from the Apache Spark User List mailing list archive at Nabble.com

SOLVED -- Re: scopt.OptionParser

2014-12-08 Thread Caron
Update: The issue in my previous post was solved: I had to change the sbt file name from project_name.sbt to build.sbt. - Thanks! -Caron -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/scopt-OptionParser-tp8436p20581.html Sent from the Apache Spark

Re: SVMWithSGD default threshold

2014-11-12 Thread Caron
).setRegParam(regParam) svm.setIntercept(true) val model = svm.run(training) - Thanks! -Caron -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/SVMWithSGD-default-threshold-tp18645p18741.html Sent from the Apache Spark User List mailing

SVMWithSGD default threshold

2014-11-11 Thread Caron
-intuitive to me to have the default intercept be 0.0, meaning the line has to go through the origin. 4. Does Spark MLlib provide an API to do grid search like scikit-learn does? Any help would be greatly appreciated! - Thanks! -Caron -- View this message in context: http://apache-spark