[GitHub] spark pull request #17108: [SPARK-19636][ML] Feature parity for correlation ...

2017-03-23 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/17108 --- 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

[GitHub] spark pull request #17108: [SPARK-19636][ML] Feature parity for correlation ...

2017-03-23 Thread jkbradley
Github user jkbradley commented on a diff in the pull request: https://github.com/apache/spark/pull/17108#discussion_r107718109 --- Diff: mllib/src/main/scala/org/apache/spark/ml/stat/Correlation.scala --- @@ -0,0 +1,86 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] spark pull request #17108: [SPARK-19636][ML] Feature parity for correlation ...

2017-03-23 Thread jkbradley
Github user jkbradley commented on a diff in the pull request: https://github.com/apache/spark/pull/17108#discussion_r107717895 --- Diff: mllib/src/main/scala/org/apache/spark/ml/stat/Correlations.scala --- @@ -0,0 +1,88 @@ +/* + * Licensed to the Apache Software

[GitHub] spark pull request #17108: [SPARK-19636][ML] Feature parity for correlation ...

2017-03-23 Thread jkbradley
Github user jkbradley commented on a diff in the pull request: https://github.com/apache/spark/pull/17108#discussion_r107717637 --- Diff: mllib-local/src/test/scala/org/apache/spark/ml/util/TestingUtils.scala --- @@ -32,6 +32,10 @@ object TestingUtils { * the relative

[GitHub] spark pull request #17108: [SPARK-19636][ML] Feature parity for correlation ...

2017-03-22 Thread thunterdb
Github user thunterdb commented on a diff in the pull request: https://github.com/apache/spark/pull/17108#discussion_r107505718 --- Diff: mllib-local/src/test/scala/org/apache/spark/ml/util/TestingUtils.scala --- @@ -32,6 +32,10 @@ object TestingUtils { * the relative

[GitHub] spark pull request #17108: [SPARK-19636][ML] Feature parity for correlation ...

2017-03-22 Thread thunterdb
Github user thunterdb commented on a diff in the pull request: https://github.com/apache/spark/pull/17108#discussion_r107505201 --- Diff: mllib/src/main/scala/org/apache/spark/ml/stat/Correlations.scala --- @@ -0,0 +1,88 @@ +/* + * Licensed to the Apache Software

[GitHub] spark pull request #17108: [SPARK-19636][ML] Feature parity for correlation ...

2017-03-22 Thread thunterdb
Github user thunterdb commented on a diff in the pull request: https://github.com/apache/spark/pull/17108#discussion_r107505212 --- Diff: mllib/src/main/scala/org/apache/spark/ml/stat/Correlations.scala --- @@ -0,0 +1,88 @@ +/* + * Licensed to the Apache Software

[GitHub] spark pull request #17108: [SPARK-19636][ML] Feature parity for correlation ...

2017-03-22 Thread thunterdb
Github user thunterdb commented on a diff in the pull request: https://github.com/apache/spark/pull/17108#discussion_r107505215 --- Diff: mllib/src/main/scala/org/apache/spark/ml/stat/Correlations.scala --- @@ -0,0 +1,88 @@ +/* + * Licensed to the Apache Software

[GitHub] spark pull request #17108: [SPARK-19636][ML] Feature parity for correlation ...

2017-03-22 Thread thunterdb
Github user thunterdb commented on a diff in the pull request: https://github.com/apache/spark/pull/17108#discussion_r107505185 --- Diff: mllib/src/main/scala/org/apache/spark/ml/stat/Correlations.scala --- @@ -0,0 +1,88 @@ +/* + * Licensed to the Apache Software

[GitHub] spark pull request #17108: [SPARK-19636][ML] Feature parity for correlation ...

2017-03-22 Thread thunterdb
Github user thunterdb commented on a diff in the pull request: https://github.com/apache/spark/pull/17108#discussion_r107505180 --- Diff: mllib/src/test/scala/org/apache/spark/ml/util/LinalgUtils.scala --- @@ -0,0 +1,54 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] spark pull request #17108: [SPARK-19636][ML] Feature parity for correlation ...

2017-03-21 Thread jkbradley
Github user jkbradley commented on a diff in the pull request: https://github.com/apache/spark/pull/17108#discussion_r107284141 --- Diff: mllib/src/test/scala/org/apache/spark/ml/util/LinalgUtils.scala --- @@ -0,0 +1,54 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] spark pull request #17108: [SPARK-19636][ML] Feature parity for correlation ...

2017-03-21 Thread jkbradley
Github user jkbradley commented on a diff in the pull request: https://github.com/apache/spark/pull/17108#discussion_r107283647 --- Diff: mllib/src/main/scala/org/apache/spark/ml/stat/Correlations.scala --- @@ -0,0 +1,88 @@ +/* + * Licensed to the Apache Software

[GitHub] spark pull request #17108: [SPARK-19636][ML] Feature parity for correlation ...

2017-03-21 Thread jkbradley
Github user jkbradley commented on a diff in the pull request: https://github.com/apache/spark/pull/17108#discussion_r107074556 --- Diff: mllib/src/main/scala/org/apache/spark/ml/stat/Correlations.scala --- @@ -0,0 +1,88 @@ +/* + * Licensed to the Apache Software

[GitHub] spark pull request #17108: [SPARK-19636][ML] Feature parity for correlation ...

2017-03-21 Thread jkbradley
Github user jkbradley commented on a diff in the pull request: https://github.com/apache/spark/pull/17108#discussion_r107074472 --- Diff: mllib/src/main/scala/org/apache/spark/ml/stat/Correlations.scala --- @@ -0,0 +1,88 @@ +/* + * Licensed to the Apache Software

[GitHub] spark pull request #17108: [SPARK-19636][ML] Feature parity for correlation ...

2017-03-21 Thread jkbradley
Github user jkbradley commented on a diff in the pull request: https://github.com/apache/spark/pull/17108#discussion_r107075473 --- Diff: mllib/src/main/scala/org/apache/spark/ml/stat/Correlations.scala --- @@ -0,0 +1,88 @@ +/* + * Licensed to the Apache Software

[GitHub] spark pull request #17108: [SPARK-19636][ML] Feature parity for correlation ...

2017-03-21 Thread jkbradley
Github user jkbradley commented on a diff in the pull request: https://github.com/apache/spark/pull/17108#discussion_r107283840 --- Diff: mllib/src/main/scala/org/apache/spark/ml/stat/Correlations.scala --- @@ -0,0 +1,88 @@ +/* + * Licensed to the Apache Software

[GitHub] spark pull request #17108: [SPARK-19636][ML] Feature parity for correlation ...

2017-03-21 Thread imatiach-msft
Github user imatiach-msft commented on a diff in the pull request: https://github.com/apache/spark/pull/17108#discussion_r107165695 --- Diff: mllib/src/test/scala/org/apache/spark/ml/util/LinalgUtils.scala --- @@ -0,0 +1,54 @@ +/* + * Licensed to the Apache Software

[GitHub] spark pull request #17108: [SPARK-19636][ML] Feature parity for correlation ...

2017-03-21 Thread imatiach-msft
Github user imatiach-msft commented on a diff in the pull request: https://github.com/apache/spark/pull/17108#discussion_r107164898 --- Diff: mllib/src/main/scala/org/apache/spark/ml/stat/Correlations.scala --- @@ -0,0 +1,88 @@ +/* + * Licensed to the Apache Software

[GitHub] spark pull request #17108: [SPARK-19636][ML] Feature parity for correlation ...

2017-03-21 Thread imatiach-msft
Github user imatiach-msft commented on a diff in the pull request: https://github.com/apache/spark/pull/17108#discussion_r107164475 --- Diff: mllib/src/test/scala/org/apache/spark/ml/stat/CorrelationsSuite.scala --- @@ -0,0 +1,80 @@ +/* + * Licensed to the Apache Software

[GitHub] spark pull request #17108: [SPARK-19636][ML] Feature parity for correlation ...

2017-03-21 Thread imatiach-msft
Github user imatiach-msft commented on a diff in the pull request: https://github.com/apache/spark/pull/17108#discussion_r107164352 --- Diff: mllib/src/main/scala/org/apache/spark/ml/stat/Correlations.scala --- @@ -0,0 +1,88 @@ +/* + * Licensed to the Apache Software

[GitHub] spark pull request #17108: [SPARK-19636][ML] Feature parity for correlation ...

2017-03-21 Thread imatiach-msft
Github user imatiach-msft commented on a diff in the pull request: https://github.com/apache/spark/pull/17108#discussion_r107162381 --- Diff: mllib/src/main/scala/org/apache/spark/ml/stat/Correlations.scala --- @@ -0,0 +1,88 @@ +/* + * Licensed to the Apache Software

[GitHub] spark pull request #17108: [SPARK-19636][ML] Feature parity for correlation ...

2017-03-15 Thread thunterdb
Github user thunterdb commented on a diff in the pull request: https://github.com/apache/spark/pull/17108#discussion_r106307446 --- Diff: mllib/src/test/scala/org/apache/spark/ml/stat/StatisticsSuite.scala --- @@ -0,0 +1,102 @@ +/* + * Licensed to the Apache Software

[GitHub] spark pull request #17108: [SPARK-19636][ML] Feature parity for correlation ...

2017-03-15 Thread thunterdb
Github user thunterdb commented on a diff in the pull request: https://github.com/apache/spark/pull/17108#discussion_r106307517 --- Diff: mllib/src/main/scala/org/apache/spark/ml/stat/Statistics.scala --- @@ -0,0 +1,89 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] spark pull request #17108: [SPARK-19636][ML] Feature parity for correlation ...

2017-03-15 Thread thunterdb
Github user thunterdb commented on a diff in the pull request: https://github.com/apache/spark/pull/17108#discussion_r106306502 --- Diff: mllib/src/test/scala/org/apache/spark/ml/stat/StatisticsSuite.scala --- @@ -0,0 +1,102 @@ +/* + * Licensed to the Apache Software

[GitHub] spark pull request #17108: [SPARK-19636][ML] Feature parity for correlation ...

2017-03-15 Thread thunterdb
Github user thunterdb commented on a diff in the pull request: https://github.com/apache/spark/pull/17108#discussion_r106306385 --- Diff: mllib/src/main/scala/org/apache/spark/ml/stat/Statistics.scala --- @@ -0,0 +1,89 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] spark pull request #17108: [SPARK-19636][ML] Feature parity for correlation ...

2017-03-15 Thread thunterdb
Github user thunterdb commented on a diff in the pull request: https://github.com/apache/spark/pull/17108#discussion_r106306111 --- Diff: mllib/src/main/scala/org/apache/spark/ml/stat/Statistics.scala --- @@ -0,0 +1,89 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] spark pull request #17108: [SPARK-19636][ML] Feature parity for correlation ...

2017-03-15 Thread thunterdb
Github user thunterdb commented on a diff in the pull request: https://github.com/apache/spark/pull/17108#discussion_r106305822 --- Diff: mllib/src/main/scala/org/apache/spark/ml/stat/Statistics.scala --- @@ -0,0 +1,89 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] spark pull request #17108: [SPARK-19636][ML] Feature parity for correlation ...

2017-03-01 Thread imatiach-msft
Github user imatiach-msft commented on a diff in the pull request: https://github.com/apache/spark/pull/17108#discussion_r103761616 --- Diff: mllib/src/main/scala/org/apache/spark/ml/stat/Statistics.scala --- @@ -0,0 +1,89 @@ +/* + * Licensed to the Apache Software

[GitHub] spark pull request #17108: [SPARK-19636][ML] Feature parity for correlation ...

2017-03-01 Thread imatiach-msft
Github user imatiach-msft commented on a diff in the pull request: https://github.com/apache/spark/pull/17108#discussion_r103755434 --- Diff: mllib/src/test/scala/org/apache/spark/ml/stat/StatisticsSuite.scala --- @@ -0,0 +1,102 @@ +/* + * Licensed to the Apache Software

[GitHub] spark pull request #17108: [SPARK-19636][ML] Feature parity for correlation ...

2017-03-01 Thread imatiach-msft
Github user imatiach-msft commented on a diff in the pull request: https://github.com/apache/spark/pull/17108#discussion_r103752932 --- Diff: mllib/src/test/scala/org/apache/spark/ml/stat/StatisticsSuite.scala --- @@ -0,0 +1,102 @@ +/* + * Licensed to the Apache Software

[GitHub] spark pull request #17108: [SPARK-19636][ML] Feature parity for correlation ...

2017-03-01 Thread imatiach-msft
Github user imatiach-msft commented on a diff in the pull request: https://github.com/apache/spark/pull/17108#discussion_r103750191 --- Diff: mllib/src/main/scala/org/apache/spark/ml/stat/Statistics.scala --- @@ -0,0 +1,89 @@ +/* + * Licensed to the Apache Software

[GitHub] spark pull request #17108: [SPARK-19636][ML] Feature parity for correlation ...

2017-03-01 Thread imatiach-msft
Github user imatiach-msft commented on a diff in the pull request: https://github.com/apache/spark/pull/17108#discussion_r103747651 --- Diff: mllib/src/main/scala/org/apache/spark/ml/stat/Statistics.scala --- @@ -0,0 +1,89 @@ +/* + * Licensed to the Apache Software

[GitHub] spark pull request #17108: [SPARK-19636][ML] Feature parity for correlation ...

2017-03-01 Thread imatiach-msft
Github user imatiach-msft commented on a diff in the pull request: https://github.com/apache/spark/pull/17108#discussion_r103746786 --- Diff: mllib/src/main/scala/org/apache/spark/ml/stat/Statistics.scala --- @@ -0,0 +1,89 @@ +/* + * Licensed to the Apache Software

[GitHub] spark pull request #17108: [SPARK-19636][ML] Feature parity for correlation ...

2017-03-01 Thread imatiach-msft
Github user imatiach-msft commented on a diff in the pull request: https://github.com/apache/spark/pull/17108#discussion_r103745632 --- Diff: mllib/src/main/scala/org/apache/spark/ml/stat/Statistics.scala --- @@ -0,0 +1,89 @@ +/* + * Licensed to the Apache Software

[GitHub] spark pull request #17108: [SPARK-19636][ML] Feature parity for correlation ...

2017-03-01 Thread imatiach-msft
Github user imatiach-msft commented on a diff in the pull request: https://github.com/apache/spark/pull/17108#discussion_r103745163 --- Diff: mllib/src/main/scala/org/apache/spark/ml/stat/Statistics.scala --- @@ -0,0 +1,89 @@ +/* + * Licensed to the Apache Software

[GitHub] spark pull request #17108: [SPARK-19636][ML] Feature parity for correlation ...

2017-03-01 Thread imatiach-msft
Github user imatiach-msft commented on a diff in the pull request: https://github.com/apache/spark/pull/17108#discussion_r103744776 --- Diff: mllib/src/main/scala/org/apache/spark/ml/stat/Statistics.scala --- @@ -0,0 +1,89 @@ +/* + * Licensed to the Apache Software

[GitHub] spark pull request #17108: [SPARK-19636][ML] Feature parity for correlation ...

2017-03-01 Thread imatiach-msft
Github user imatiach-msft commented on a diff in the pull request: https://github.com/apache/spark/pull/17108#discussion_r103744434 --- Diff: mllib/src/main/scala/org/apache/spark/ml/stat/Statistics.scala --- @@ -0,0 +1,89 @@ +/* + * Licensed to the Apache Software

[GitHub] spark pull request #17108: [SPARK-19636][ML] Feature parity for correlation ...

2017-02-28 Thread thunterdb
Github user thunterdb commented on a diff in the pull request: https://github.com/apache/spark/pull/17108#discussion_r103596760 --- Diff: mllib/src/main/scala/org/apache/spark/ml/stat/Correlations.scala --- @@ -0,0 +1,25 @@ +/* + * Licensed to the Apache Software

[GitHub] spark pull request #17108: [SPARK-19636][ML] Feature parity for correlation ...

2017-02-28 Thread thunterdb
GitHub user thunterdb opened a pull request: https://github.com/apache/spark/pull/17108 [SPARK-19636][ML] Feature parity for correlation statistics in MLlib ## What changes were proposed in this pull request? This patch adds the Dataframes-based support for the correlation