Skip to content

Commit ffe79b8

Browse files
author
Peng
committed
typo
1 parent cbd2402 commit ffe79b8

File tree

1 file changed

+1
-1
lines changed
  • mllib/src/main/scala/org/apache/spark/ml/recommendation

1 file changed

+1
-1
lines changed

mllib/src/main/scala/org/apache/spark/ml/recommendation/ALS.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ private[recommendation] trait ALSParams extends ALSModelParams with HasMaxIter w
261261
* @param rank rank of the matrix factorization model
262262
* @param userFactors a DataFrame that stores user factors in two columns: `id` and `features`
263263
* @param itemFactors a DataFrame that stores item factors in two columns: `id` and `features`
264-
* @param blockSize Number of records for each block, adjust this parameter to improve
264+
* @param blockSize number of records for each block, adjust this parameter to improve
265265
* the efficiency of cartesian product
266266
*/
267267
@Since("1.3.0")

0 commit comments

Comments
 (0)