GitHub user brkyvz opened a pull request:
https://github.com/apache/spark/pull/1515
[SPARK-2434][MLlib]: Warning messages that point users to original MLlib
implementations added to Examples
[SPARK-2434][MLlib]: Warning messages that refer users to the original
MLlib implementations of some popular example machine learning algorithms added
both in the comments and the code. The following examples have been modified:
Scala:
* LocalALS
* LocalFileLR
* LocalKMeans
* LocalLP
* SparkALS
* SparkHdfsLR
* SparkKMeans
* SparkLR
Python:
* kmeans.py
* als.py
* logistic_regression.py
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/brkyvz/spark SPARK-2434
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/1515.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 #1515
----
commit 2cb53011985161307a1064982ae26b6fe2e69130
Author: Burak <[email protected]>
Date: 2014-07-17T01:06:52Z
SPARK-2434: Warning messages redirecting to original implementaions added.
commit 17d3d836de4c3441d37afca14567cc31a90fd1cc
Author: Burak <[email protected]>
Date: 2014-07-17T17:02:32Z
SPARK-2434: Added warning messages to the naive implementations of the
example algorithms
commit 4762f3930659a6303304021b6ede23b9489bb2f6
Author: Burak <[email protected]>
Date: 2014-07-18T00:14:19Z
[SPARK-2434]: Warning messages added
commit b6c35b783c80efee9a8a9f4db64ad6a5210455d8
Author: brkyvz <[email protected]>
Date: 2014-07-21T17:34:40Z
[SPARK-2434]: Warning messages added
commit 5f84e4be6c07230afd11d255ce88ca0affc0677f
Author: brkyvz <[email protected]>
Date: 2014-07-21T18:18:00Z
[SPARK-2434]: Warning messages added
----
---
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.
---