aboutsummaryrefslogtreecommitdiff
path: root/docs/ml-collaborative-filtering.md
Commit message (Collapse)AuthorAgeFilesLines
* [SPARK-12247][ML][DOC] Documentation for spark.ml's ALS and collaborative ↵BenFradet2016-02-161-0/+148
filtering in general This documents the implementation of ALS in `spark.ml` with example code in scala, java and python. Author: BenFradet <benjamin.fradet@gmail.com> Closes #10411 from BenFradet/SPARK-12247.