Re: Spark LogisticRegression returns scaled coefficients

2015-11-18 Thread robert_dodier
le.com/Spark-LogisticRegression-returns-scaled-coefficients-tp25405p25421.html Sent from the Apache Spark User List mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-unsubscr...@spark.apache.org For additional comma

Re: Spark LogisticRegression returns scaled coefficients

2015-11-17 Thread Nikhil Joshi
() > > .setMaxIter(50) > > .setRegParam(0.001) > > .setElasticNetParam(0.95) > > .setFitIntercept(false) > > > > val lrModel = lr.fit(trainingData) > > > > > > println(s"${lrModel.weights}") > > > > > > > > I would gr

Re: Spark LogisticRegression returns scaled coefficients

2015-11-17 Thread DB Tsai
ata) > > > println(s"${lrModel.weights}") > > > > I would greatly appreciate if someone could shed some light on what's fishy > here. > > with kind regards, Nikhil > > > > > -- > View this message in context: > http://apache-spark-u

Spark LogisticRegression returns scaled coefficients

2015-11-17 Thread njoshi
here. with kind regards, Nikhil -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Spark-LogisticRegression-returns-scaled-coefficients-tp25405.html Sent from the Apache Spark User List mailing l