GitHub user BenFradet opened a pull request:

    https://github.com/apache/spark/pull/10411

    [SPARK-12247] [ML] [DOC] Documentation for spark.ml's ALS and collaborative 
filtering in general

    This documents the implementation of ALS in `spark.ml` with example code in 
scala, java and python.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/BenFradet/spark SPARK-12247

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/10411.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #10411
    
----
commit e0dcf6b08f2e7fa758053241cb7a3e4b6a52630b
Author: BenFradet <benjamin.fra...@gmail.com>
Date:   2015-12-19T14:43:00Z

    typo in ml's als implementation

commit 0f5296c4e86ac97a6cde816fa7402a03a09e6e35
Author: BenFradet <benjamin.fra...@gmail.com>
Date:   2015-12-19T14:43:27Z

    started the doc for ml's als

commit 998dbe3756e9d0eca79773c2cb6671d94a10ce79
Author: BenFradet <benjamin.fra...@gmail.com>
Date:   2015-12-19T14:47:28Z

    typo in mllib-collaborative-filtering doc

commit d0fddbe526950144188d3b9e5b4f93c7bec1a61e
Author: BenFradet <benjamin.fra...@gmail.com>
Date:   2015-12-19T16:11:27Z

    made [scala|java|python] doc references more consistent in 
mllib-collaborative-filtering

commit f5f3b916bebd684f9961d959bf17d1138089ddb5
Author: BenFradet <benjamin.fra...@gmail.com>
Date:   2015-12-19T16:14:19Z

    cleanup of the examples

commit 44375ebb3a4362a977221fd3e6319bea4b4f95c5
Author: BenFradet <benjamin.fra...@gmail.com>
Date:   2015-12-20T13:30:45Z

    ALS example in scala

commit 01a900f3b13da8fa1b488d141e0b41a62bdd64ac
Author: BenFradet <benjamin.fra...@gmail.com>
Date:   2015-12-20T14:30:29Z

    added links to the collaborative filtering section

commit 57ab45039b9c250ff20094d8f0035f580bc2de5d
Author: BenFradet <benjamin.fra...@gmail.com>
Date:   2015-12-20T14:33:57Z

    added a few comments

commit 0541d76f57345d5d91f65f2d9095aaa017e60099
Author: BenFradet <benjamin.fra...@gmail.com>
Date:   2015-12-20T15:08:34Z

    rmd case class

commit 772cef9dc889a7d7f02cd11a9720b5e46782f102
Author: BenFradet <benjamin.fra...@gmail.com>
Date:   2015-12-20T15:17:35Z

    rmd dep on file

commit d51a5357ce6bc67e03af5161e54de205a1f6d1d1
Author: BenFradet <benjamin.fra...@gmail.com>
Date:   2015-12-20T20:49:07Z

    fix typing issue in the scala example

commit 1be75e6c95ce645bc4d4a429ca323e0f8b678c30
Author: BenFradet <benjamin.fra...@gmail.com>
Date:   2015-12-20T20:49:20Z

    java example

commit b7d5491b3408296631761c15c37623d23f3034b5
Author: BenFradet <benjamin.fra...@gmail.com>
Date:   2015-12-20T21:38:05Z

    python example

commit 078736232378f9a98593d7a339b1545c801c6f3c
Author: BenFradet <benjamin.fra...@gmail.com>
Date:   2015-12-21T10:21:48Z

    explanation on implicit feedback

----


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to