Github user jkbradley commented on a diff in the pull request:

    https://github.com/apache/spark/pull/5740#discussion_r29281272
  
    --- Diff: mllib/src/main/scala/org/apache/spark/ml/recommendation/ALS.scala 
---
    @@ -136,7 +147,7 @@ private[recommendation] trait ALSParams extends Params 
with HasMaxIter with HasR
     
       setDefault(rank -> 10, maxIter -> 10, regParam -> 0.1, numUserBlocks -> 
10, numItemBlocks -> 10,
         implicitPrefs -> false, alpha -> 1.0, userCol -> "user", itemCol -> 
"item",
    -    ratingCol -> "rating", nonnegative -> false)
    +    ratingCol -> "rating", nonnegative -> false, checkpointInterval -> 10)
    --- End diff --
    
    @mengxr  Defaults for ALS differ between ml and mllib.  Please confirm 
values in ml.


---
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]

Reply via email to