Re: MLLib - Regularized logistic regression in python

2014-07-18 Thread fjeg
Thanks for all your helpful replies. Best, Francisco -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/MLLib-Regularized-logistic-regression-in-python-tp9780p10184.html Sent from the Apache Spark User List mailing list archive at Nabble.com.

Re: MLLib - Regularized logistic regression in python

2014-07-17 Thread Xiangrui Meng
-spark-user-list.1001560.n3.nabble.com/MLLib-Regularized-logistic-regression-in-python-tp9780p9963.html Sent from the Apache Spark User List mailing list archive at Nabble.com.

MLLib - Regularized logistic regression in python

2014-07-15 Thread fjeg
Hi All, I am trying to perform regularized logistic regression with mllib in python. I have seen that this is possible in the following scala example: https://github.com/apache/spark/blob/master/examples/src/main/scala/org/apache/spark/examples/mllib/BinaryClassification.scala But I do not see