We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56ad70e commit 53725b0Copy full SHA for 53725b0
python/pyspark/mllib/recommendation.py
@@ -60,7 +60,7 @@ def predictAll(self, usersProducts):
60
61
class ALS(object):
62
63
- """Alternatiing Least Squares matrix factorization.
+ """Alternating Least Squares matrix factorization.
64
65
SPARK-3990: In Spark 1.1.x, we use Kryo serialization by default in
66
PySpark. ALS does not work under this default setting. You can switch
0 commit comments