GitHub user brkyvz opened a pull request:

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

    [SPARK-7488][ML] Feature Parity in PySpark for ml.recommendation

    Adds Python Api for `ALS` under `ml.recommendation` in PySpark. Also adds 
seed as a settable parameter in the Scala Implementation of ALS.

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

    $ git pull https://github.com/brkyvz/spark ml-rec

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

    https://github.com/apache/spark/pull/6015.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 #6015
    
----
commit 52e2bda37a2cc6b8a20ca0ccf561cd17fe1f7fd1
Author: Burak Yavuz <[email protected]>
Date:   2015-05-08T18:35:47Z

    added ALS

commit 7f6d9643953a5d05fb797269e4a4c7d259188eb4
Author: Burak Yavuz <[email protected]>
Date:   2015-05-08T18:38:26Z

    merged master

commit 0bd66b19ee3b7a6cd18cc8ff2b8cfcd20121aa30
Author: Burak Yavuz <[email protected]>
Date:   2015-05-08T18:59:57Z

    fixed seed

commit eaed879e1f0ef340eb6a832cc7d5210cdb80489f
Author: Burak Yavuz <[email protected]>
Date:   2015-05-08T19:06:02Z

    readd numFeatures

----


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