Skip to content

Commit 53725b0

Browse files
committed
add a note about SPARK-3990
1 parent 56ad70e commit 53725b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/pyspark/mllib/recommendation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def predictAll(self, usersProducts):
6060

6161
class ALS(object):
6262

63-
"""Alternatiing Least Squares matrix factorization.
63+
"""Alternating Least Squares matrix factorization.
6464
6565
SPARK-3990: In Spark 1.1.x, we use Kryo serialization by default in
6666
PySpark. ALS does not work under this default setting. You can switch

0 commit comments

Comments
 (0)