Github user pwendell commented on a diff in the pull request:

    https://github.com/apache/spark/pull/422#discussion_r11842061
  
    --- Diff: docs/mllib-collaborative-filtering.md ---
    @@ -14,44 +14,43 @@ missing entries of a user-item association matrix.  
MLlib currently supports
     model-based collaborative filtering, in which users and products are 
described
     by a small set of latent factors that can be used to predict missing 
entries.
     In particular, we implement the [alternating least squares
    -(ALS)](http://www2.research.att.com/~volinsky/papers/ieeecomputer.pdf)
    +(ALS)](http://dl.acm.org/citation.cfm?id=1608614)
     algorithm to learn these latent factors. The implementation in MLlib has 
the
     following parameters:
     
    -* *numBlocks* is the number of blacks used to parallelize computation (set 
to -1 to auto-configure). 
    +* *numBlocks* is the number of blacks used to parallelize computation (set 
to -1 to auto-configure).
    --- End diff --
    
    number of blacks -> number of blocks


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

Reply via email to