Re: SVMWithSGD default threshold

2014-11-12 Thread Xiangrui Meng
t(true) >> val model = svm.run(training) >> >> >> >> >> >> >> >> >> - >> Thanks! >> -Caron >> -- >> View this message in context: >> http://apache-spark-user-list.1001560.n3.nabble.com/SVMWithSGD-default-thre

Re: SVMWithSGD default threshold

2014-11-12 Thread Sean Owen
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.

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: SVMWithSGD default threshold

2014-11-11 Thread Sean Owen
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: >

SVMWithSGD default threshold

2014-11-11 Thread Caron
on -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/SVMWithSGD-default-threshold-tp18645.html Sent from the Apache Spark User List mailing list archive at Nabble.com. - To unsubscribe, e-mail