GitHub user snowch opened a pull request:

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

    [SPARK-20011][ML][DOCS] Clarify documentation for ALS 'rank' parameter

    ## What changes were proposed in this pull request?
    
    API documentation and collaborative filtering documentation page changes to 
clarify inconsistent description of ALS rank parameter.
    
     - [DOCS] was previously: "rank is the number of latent factors in the 
model."
     - [API] was previously:  "rank - number of features to use"
    
    This change describes rank in both places consistently as:
    
     - "Number of features to use (also referred to as the number of latent 
factors)"
    
    Author: Chris Snow <[email protected]>


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

    $ git pull https://github.com/snowch/spark SPARK-20011

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

    https://github.com/apache/spark/pull/17345.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 #17345
    
----
commit 1359e07fcdec794201ed7e1b657b03195beb1748
Author: christopher snow <[email protected]>
Date:   2017-03-19T07:58:42Z

    Clarify documentation for ALS 'rank' parameter

----


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