SVMWithSGD default threshold

2014-11-11 Thread Caron
for SVMWithSGD be 0.5 instead of 0.0? 3. It seems counter-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! -Car

Re: SVMWithSGD default threshold

2014-11-12 Thread Caron
tions).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 ma

Re: scopt.OptionParser

2014-12-04 Thread Caron
d ':' (if selecting a configuration) [error] Not a valid key: assembly [error] assembly [error] ^ Could someone tell what I'm missing here? Much appreciated! -Caron - Thanks! -Caron -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.co

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 .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 User List

SVMWithSGD.run source code

2014-12-12 Thread Caron
like to see 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 archiv