[jira] [Commented] (SPARK-2550) Support regularization and intercept in pyspark's linear methods

2014-08-04 Thread Apache Spark (JIRA)

[ 
https://issues.apache.org/jira/browse/SPARK-2550?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14085589#comment-14085589
 ] 

Apache Spark commented on SPARK-2550:
-

User 'miccagiann' has created a pull request for this issue:
https://github.com/apache/spark/pull/1775

 Support regularization and intercept in pyspark's linear methods
 

 Key: SPARK-2550
 URL: https://issues.apache.org/jira/browse/SPARK-2550
 Project: Spark
  Issue Type: Improvement
  Components: MLlib, PySpark
Affects Versions: 1.0.0
Reporter: Xiangrui Meng
Assignee: Michael Yannakopoulos
 Fix For: 1.1.0


 Python API doesn't provide options to set regularization parameter and 
 intercept in linear methods, which should be fixed in v1.1.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Commented] (SPARK-2550) Support regularization and intercept in pyspark's linear methods

2014-08-04 Thread Michael Yannakopoulos (JIRA)

[ 
https://issues.apache.org/jira/browse/SPARK-2550?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14085590#comment-14085590
 ] 

Michael Yannakopoulos commented on SPARK-2550:
--

New pull request for LogisticRegressionWithSGD and SVMWithSGD:
https://github.com/apache/spark/pull/1775

 Support regularization and intercept in pyspark's linear methods
 

 Key: SPARK-2550
 URL: https://issues.apache.org/jira/browse/SPARK-2550
 Project: Spark
  Issue Type: Improvement
  Components: MLlib, PySpark
Affects Versions: 1.0.0
Reporter: Xiangrui Meng
Assignee: Michael Yannakopoulos
 Fix For: 1.1.0


 Python API doesn't provide options to set regularization parameter and 
 intercept in linear methods, which should be fixed in v1.1.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Commented] (SPARK-2550) Support regularization and intercept in pyspark's linear methods

2014-07-28 Thread Michael Yannakopoulos (JIRA)

[ 
https://issues.apache.org/jira/browse/SPARK-2550?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14077155#comment-14077155
 ] 

Michael Yannakopoulos commented on SPARK-2550:
--

Please ignore the previous pull request since it did not include the commits 
that should appear related to the aforementioned issue.

The new correct pull request is the following:
[https://github.com/apache/spark/pull/1624]

 Support regularization and intercept in pyspark's linear methods
 

 Key: SPARK-2550
 URL: https://issues.apache.org/jira/browse/SPARK-2550
 Project: Spark
  Issue Type: Improvement
  Components: MLlib, PySpark
Affects Versions: 1.0.0
Reporter: Xiangrui Meng
Assignee: Michael Yannakopoulos

 Python API doesn't provide options to set regularization parameter and 
 intercept in linear methods, which should be fixed in v1.1.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (SPARK-2550) Support regularization and intercept in pyspark's linear methods

2014-07-28 Thread Apache Spark (JIRA)

[ 
https://issues.apache.org/jira/browse/SPARK-2550?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14077158#comment-14077158
 ] 

Apache Spark commented on SPARK-2550:
-

User 'miccagiann' has created a pull request for this issue:
https://github.com/apache/spark/pull/1624

 Support regularization and intercept in pyspark's linear methods
 

 Key: SPARK-2550
 URL: https://issues.apache.org/jira/browse/SPARK-2550
 Project: Spark
  Issue Type: Improvement
  Components: MLlib, PySpark
Affects Versions: 1.0.0
Reporter: Xiangrui Meng
Assignee: Michael Yannakopoulos

 Python API doesn't provide options to set regularization parameter and 
 intercept in linear methods, which should be fixed in v1.1.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (SPARK-2550) Support regularization and intercept in pyspark's linear methods

2014-07-27 Thread Michael Yannakopoulos (JIRA)

[ 
https://issues.apache.org/jira/browse/SPARK-2550?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14075654#comment-14075654
 ] 

Michael Yannakopoulos commented on SPARK-2550:
--

Hi Xiangrui,

Is it only my problem or a general one the fact that building the whole project 
using the command 'sbt/sbt assembly' fails? From what I see the errors come from
the patches related to the UI and WebUI functionality.

Thanks,
Michael

 Support regularization and intercept in pyspark's linear methods
 

 Key: SPARK-2550
 URL: https://issues.apache.org/jira/browse/SPARK-2550
 Project: Spark
  Issue Type: Improvement
  Components: MLlib, PySpark
Affects Versions: 1.0.0
Reporter: Xiangrui Meng
Assignee: Michael Yannakopoulos

 Python API doesn't provide options to set regularization parameter and 
 intercept in linear methods, which should be fixed in v1.1.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (SPARK-2550) Support regularization and intercept in pyspark's linear methods

2014-07-27 Thread Michael Yannakopoulos (JIRA)

[ 
https://issues.apache.org/jira/browse/SPARK-2550?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14075675#comment-14075675
 ] 

Michael Yannakopoulos commented on SPARK-2550:
--

The errors are related to the fact that object TaskUIData class has moved from
'org.apache.spark.ui.jobs.TaskUIData' to 
'org.apache.spark.ui.jobs.UIData.TaskUIData'.

Should I open a new Jira Task and resolve it?

 Support regularization and intercept in pyspark's linear methods
 

 Key: SPARK-2550
 URL: https://issues.apache.org/jira/browse/SPARK-2550
 Project: Spark
  Issue Type: Improvement
  Components: MLlib, PySpark
Affects Versions: 1.0.0
Reporter: Xiangrui Meng
Assignee: Michael Yannakopoulos

 Python API doesn't provide options to set regularization parameter and 
 intercept in linear methods, which should be fixed in v1.1.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (SPARK-2550) Support regularization and intercept in pyspark's linear methods

2014-07-27 Thread Xiangrui Meng (JIRA)

[ 
https://issues.apache.org/jira/browse/SPARK-2550?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14075816#comment-14075816
 ] 

Xiangrui Meng commented on SPARK-2550:
--

After you merge new changes from the master, please run `sbt/sbt clean` to 
clean the cache in order to build correctly.

 Support regularization and intercept in pyspark's linear methods
 

 Key: SPARK-2550
 URL: https://issues.apache.org/jira/browse/SPARK-2550
 Project: Spark
  Issue Type: Improvement
  Components: MLlib, PySpark
Affects Versions: 1.0.0
Reporter: Xiangrui Meng
Assignee: Michael Yannakopoulos

 Python API doesn't provide options to set regularization parameter and 
 intercept in linear methods, which should be fixed in v1.1.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (SPARK-2550) Support regularization and intercept in pyspark's linear methods

2014-07-21 Thread Michael Yannakopoulos (JIRA)

[ 
https://issues.apache.org/jira/browse/SPARK-2550?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14068481#comment-14068481
 ] 

Michael Yannakopoulos commented on SPARK-2550:
--

I can work on this task!

Thanks,
Michael

 Support regularization and intercept in pyspark's linear methods
 

 Key: SPARK-2550
 URL: https://issues.apache.org/jira/browse/SPARK-2550
 Project: Spark
  Issue Type: Improvement
  Components: MLlib, PySpark
Affects Versions: 1.0.0
Reporter: Xiangrui Meng

 Python API doesn't provide options to set regularization parameter and 
 intercept in linear methods, which should be fixed in v1.1.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (SPARK-2550) Support regularization and intercept in pyspark's linear methods

2014-07-21 Thread Xiangrui Meng (JIRA)

[ 
https://issues.apache.org/jira/browse/SPARK-2550?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14069107#comment-14069107
 ] 

Xiangrui Meng commented on SPARK-2550:
--

Great! Please feel free to submit a PR. Thanks!

 Support regularization and intercept in pyspark's linear methods
 

 Key: SPARK-2550
 URL: https://issues.apache.org/jira/browse/SPARK-2550
 Project: Spark
  Issue Type: Improvement
  Components: MLlib, PySpark
Affects Versions: 1.0.0
Reporter: Xiangrui Meng
Assignee: Michael Yannakopoulos

 Python API doesn't provide options to set regularization parameter and 
 intercept in linear methods, which should be fixed in v1.1.



--
This message was sent by Atlassian JIRA
(v6.2#6252)