Xusen Yin created SPARK-11549:
---------------------------------

             Summary: Replace example code in mllib-collaborative-filtering.md 
using include_example
                 Key: SPARK-11549
                 URL: https://issues.apache.org/jira/browse/SPARK-11549
             Project: Spark
          Issue Type: Sub-task
          Components: Documentation
            Reporter: Xusen Yin


We can leave the code snippet:

val alpha = 0.01
val lambda = 0.01
val model = ALS.trainImplicit(ratings, rank, numIterations, lambda, alpha)

and change the other code example first.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to