Github user thunterdb commented on a diff in the pull request:
https://github.com/apache/spark/pull/10602#discussion_r49140295
--- Diff: python/pyspark/mllib/recommendation.py ---
@@ -239,6 +239,17 @@ def train(cls, ratings, rank, iterations=5,
lambda_=0.01, blocks=-1, nonnegative
product of two lower-rank matrices of a given rank (number of
features). To solve for these
features, we run a given number of iterations of ALS. This is done
using a level of
parallelism given by `blocks`.
+
+ :param iterations:
--- End diff --
indentation issues?
---
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.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]