GitHub user dorx opened a pull request: https://github.com/apache/spark/pull/1367
[SPARK-2359][MLlib] Correlations Implementation for Pearson and Spearman's correlation. You can merge this pull request into a Git repository by running: $ git pull https://github.com/dorx/spark correlation Alternatively you can review and apply these changes as the patch at: https://github.com/apache/spark/pull/1367.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 #1367 ---- commit dfc48548bf6e2f2f90ec4f5e47889db3dd842768 Author: Doris Xin <doris.s....@gmail.com> Date: 2014-07-03T18:09:50Z WIP commit 2a40aa11e7f6b3ea5cb56bebc7cb797694e8aed5 Author: Doris Xin <doris.s....@gmail.com> Date: 2014-07-04T01:10:39Z initial, untested implementation of Pearson commit 8e02c63e3a65c2b760ec8a6ccb38cf7414adc698 Author: Doris Xin <doris.s....@gmail.com> Date: 2014-07-04T01:12:21Z Merge branch 'master' into correlation commit bb2e9776b915ce920446f9fbd8a731d09cb26f50 Author: Doris Xin <doris.s....@gmail.com> Date: 2014-07-04T01:17:37Z minor fix commit 28561b6c8ef8ead5e323ea01d6fc98d556ad948a Author: Doris Xin <doris.s....@gmail.com> Date: 2014-07-06T20:19:56Z wip commit b843a13c49543add69b8604f653c82fa4cddeb5a Author: Doris Xin <doris.s....@gmail.com> Date: 2014-07-07T18:52:33Z revert change in stat counter commit 9d808ee86f30ba6bb9982b531fd5d683e3309108 Author: Doris Xin <doris.s....@gmail.com> Date: 2014-07-09T22:21:03Z wip units commit 818fa315116339aa04c94407c66e09653d3eab7a Author: Doris Xin <doris.s....@gmail.com> Date: 2014-07-09T22:21:28Z wip units commit 534ebf297ecfea7f57c1d7de1d053f7fad02f992 Author: Doris Xin <doris.s....@gmail.com> Date: 2014-07-09T22:22:35Z Merge branch 'master' into correlation commit b775ff966bf538c53e3da36ddd3dbfa8a2d1ac38 Author: Doris Xin <doris.s....@gmail.com> Date: 2014-07-10T23:31:30Z old wrong impl commit bd2bacfd7c0a0b648f4cb51ef4718d8bffc510f7 Author: Doris Xin <doris.s....@gmail.com> Date: 2014-07-11T00:20:27Z Race condition bug commit 63418847c757a515ba2caf0426b52eef498cc902 Author: Doris Xin <doris.s....@gmail.com> Date: 2014-07-11T00:30:51Z race condition bug squished commit bd3cf19ee038a61040f2f234a5a5ec36e4e02a7d Author: Doris Xin <doris.s....@gmail.com> Date: 2014-07-11T00:31:56Z Merge branch 'master' into correlation ---- --- 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. ---