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

    https://github.com/apache/spark/pull/2123#discussion_r16695695
  
    --- Diff: docs/mllib-stats.md ---
    @@ -99,69 +99,336 @@ v = u.map(lambda x: 1.0 + 2.0 * x)
     
     </div>
     
    -## Stratified Sampling 
    +## Correlation Calculation
    +
    +Calculating the correlation between two series of data is a common 
operation in Statistics. In MLlib
    +we provide the flexibility to calculate correlation between many series. 
The supported correlation
    --- End diff --
    
    `calculate correlation between` -> `calculate pairwise correlations among`


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