GitHub user miccagiann reopened a pull request:
https://github.com/apache/spark/pull/1613
[SPARK-2550](https://issues.apache.org/jira/browse/SPARK-2550?jql=project%20%3D%20SPARK%20AND%20resolution%20%3D%20Unresolved%20AND%20priority%20%3D%20Major%20ORDER%20BY%20key%20DESC)
[MLLIB] [APACHE SPARK] Support regularization and intercept in pyspark's
linear methods
Python API doesn't provide options to set regularization parameter and
intercept in linear methods, which should be fixed in v1.1.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/miccagiann/spark master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/1613.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1613
----
commit 15f0eb418e1027853a3706e3f44fd268ac37a3e8
Author: Michael Giannakopoulos <[email protected]>
Date: 2014-07-06T15:11:13Z
Java examples included in 'mllib-linear-methods.md' file.
commit 837f7a83d72c204136f645b2f39afa550957cea4
Author: Michael Giannakopoulos <[email protected]>
Date: 2014-07-09T00:06:10Z
Merge remote-tracking branch 'upstream/master'
commit b1141b2e5be4f572f8407839aa494a7ccb2d47f0
Author: Michael Giannakopoulos <[email protected]>
Date: 2014-07-09T00:22:25Z
Added Java examples for Clustering and Collaborative Filtering
[mllib-clustering.md & mllib-collaborative-filtering.md].
commit cc0a0896d8f43ef120a0a5748d715cf48ec85a48
Author: Michael Giannakopoulos <[email protected]>
Date: 2014-07-11T00:47:26Z
Modyfied Java examples so as to comply with coding standards.
commit 38d92c7da34824000eb3d1465835a2985e92082c
Author: Michael Giannakopoulos <[email protected]>
Date: 2014-07-14T00:06:32Z
Adding PCA, SVD and LBFGS examples in Java. Performing minor updates in the
already committed examples so as to eradicate the call of 'productElement'
function whenever is possible.
commit f7ad5cc267557a1dced451cfb7ff14f588e1a62c
Author: Michael Giannakopoulos <[email protected]>
Date: 2014-07-15T01:20:23Z
Merge remote-tracking branch 'upstream/master'
commit 8ffe5abe47fbefe94d19e051a8884b2d9572d81c
Author: Michael Giannakopoulos <[email protected]>
Date: 2014-07-15T11:43:04Z
Update code so as to comply with code standards.
commit df1a84a5a1d110e3b78f6da58977c1d1f531ff60
Author: Michael Giannakopoulos <[email protected]>
Date: 2014-07-21T13:09:42Z
Merge remote-tracking branch 'upstream/master'
commit a7941f1d026be1739de290bbbe3bfc13249dee6c
Author: Michael Giannakopoulos <[email protected]>
Date: 2014-07-27T17:16:06Z
Merge remote-tracking branch 'upstream/master'
commit 4912516b64dba9bcb48d6e0060b01eeac0b63cdb
Author: Michael Giannakopoulos <[email protected]>
Date: 2014-07-28T02:23:06Z
Added support for regularizer and intercection parameters for linear
regression method.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---