Github user yinxusen commented on the pull request:
https://github.com/apache/spark/pull/422#issuecomment-40985126
Append 2 unsolved problems:
Code here (python code): http://54.82.240.23:4000/mllib-clustering.html
`clusters = KMeans.train(parsedData, 2, maxIterations=10,
runs=10, initialization_mode="random")`
which should be
`initializationMode` other than `initialization_mode`.
=============
code here (scala code) :
http://54.82.240.23:4000/mllib-collaborative-filtering.html
`val model = ALS.trainImplicit(ratings, rank, numIterations, 0.01)`
need to either remove `0.01` or add a parameter `alpha`
---
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.
---