[GitHub] spark pull request: [SPARK-9837] [ML] R-like summary statistics fo...

2016-03-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/11694 --- 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: [SPARK-9837] [ML] R-like summary statistics fo...

2016-03-15 Thread mengxr
Github user mengxr commented on the pull request: https://github.com/apache/spark/pull/11694#issuecomment-197159610 LGTM. Merged into master. Thanks! --- 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

[GitHub] spark pull request: [SPARK-9837] [ML] R-like summary statistics fo...

2016-03-15 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/11694#issuecomment-197152626 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-9837] [ML] R-like summary statistics fo...

2016-03-15 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/11694#issuecomment-197152624 Merged build finished. Test PASSed. --- 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

[GitHub] spark pull request: [SPARK-9837] [ML] R-like summary statistics fo...

2016-03-15 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/11694#issuecomment-197152557 **[Test build #53269 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/53269/consoleFull)** for PR 11694 at commit

[GitHub] spark pull request: [SPARK-9837] [ML] R-like summary statistics fo...

2016-03-15 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/11694#issuecomment-197143000 **[Test build #53269 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/53269/consoleFull)** for PR 11694 at commit

[GitHub] spark pull request: [SPARK-9837] [ML] R-like summary statistics fo...

2016-03-14 Thread mengxr
Github user mengxr commented on the pull request: https://github.com/apache/spark/pull/11694#issuecomment-196481131 I made one pass and left some minor comments line. This looks great overall! --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] spark pull request: [SPARK-9837] [ML] R-like summary statistics fo...

2016-03-14 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/11694#discussion_r56058258 --- Diff: mllib/src/main/scala/org/apache/spark/ml/regression/GeneralizedLinearRegression.scala --- @@ -348,7 +376,20 @@ object GeneralizedLinearRegression

[GitHub] spark pull request: [SPARK-9837] [ML] R-like summary statistics fo...

2016-03-14 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/11694#discussion_r56058139 --- Diff: mllib/src/test/scala/org/apache/spark/ml/regression/GeneralizedLinearRegressionSuite.scala --- @@ -466,6 +468,461 @@ class

[GitHub] spark pull request: [SPARK-9837] [ML] R-like summary statistics fo...

2016-03-14 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/11694#discussion_r56058081 --- Diff: mllib/src/main/scala/org/apache/spark/ml/regression/GeneralizedLinearRegression.scala --- @@ -633,3 +755,179 @@ object

[GitHub] spark pull request: [SPARK-9837] [ML] R-like summary statistics fo...

2016-03-14 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/11694#discussion_r56057691 --- Diff: mllib/src/main/scala/org/apache/spark/ml/regression/GeneralizedLinearRegression.scala --- @@ -633,3 +755,179 @@ object

[GitHub] spark pull request: [SPARK-9837] [ML] R-like summary statistics fo...

2016-03-14 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/11694#discussion_r56057316 --- Diff: mllib/src/main/scala/org/apache/spark/ml/regression/GeneralizedLinearRegression.scala --- @@ -432,6 +503,22 @@ object GeneralizedLinearRegression

[GitHub] spark pull request: [SPARK-9837] [ML] R-like summary statistics fo...

2016-03-14 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/11694#discussion_r56056935 --- Diff: mllib/src/main/scala/org/apache/spark/ml/regression/GeneralizedLinearRegression.scala --- @@ -405,6 +462,20 @@ object GeneralizedLinearRegression

[GitHub] spark pull request: [SPARK-9837] [ML] R-like summary statistics fo...

2016-03-14 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/11694#discussion_r56056640 --- Diff: mllib/src/main/scala/org/apache/spark/ml/regression/GeneralizedLinearRegression.scala --- @@ -573,6 +660,41 @@ class

[GitHub] spark pull request: [SPARK-9837] [ML] R-like summary statistics fo...

2016-03-14 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/11694#discussion_r56056645 --- Diff: mllib/src/main/scala/org/apache/spark/ml/regression/GeneralizedLinearRegression.scala --- @@ -633,3 +755,179 @@ object

[GitHub] spark pull request: [SPARK-9837] [ML] R-like summary statistics fo...

2016-03-14 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/11694#discussion_r56056648 --- Diff: mllib/src/main/scala/org/apache/spark/ml/regression/GeneralizedLinearRegression.scala --- @@ -633,3 +755,179 @@ object

[GitHub] spark pull request: [SPARK-9837] [ML] R-like summary statistics fo...

2016-03-14 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/11694#discussion_r56056465 --- Diff: mllib/src/main/scala/org/apache/spark/ml/regression/GeneralizedLinearRegression.scala --- @@ -573,6 +660,41 @@ class

[GitHub] spark pull request: [SPARK-9837] [ML] R-like summary statistics fo...

2016-03-14 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/11694#discussion_r56056435 --- Diff: mllib/src/main/scala/org/apache/spark/ml/regression/GeneralizedLinearRegression.scala --- @@ -318,6 +339,13 @@ object GeneralizedLinearRegression

[GitHub] spark pull request: [SPARK-9837] [ML] R-like summary statistics fo...

2016-03-14 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/11694#discussion_r56056490 --- Diff: mllib/src/main/scala/org/apache/spark/ml/regression/GeneralizedLinearRegression.scala --- @@ -573,6 +660,41 @@ class

[GitHub] spark pull request: [SPARK-9837] [ML] R-like summary statistics fo...

2016-03-14 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/11694#discussion_r56056414 --- Diff: mllib/src/main/scala/org/apache/spark/ml/optim/IterativelyReweightedLeastSquares.scala --- @@ -103,6 +107,7 @@ private[ml] class

[GitHub] spark pull request: [SPARK-9837] [ML] R-like summary statistics fo...

2016-03-14 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/11694#discussion_r56056445 --- Diff: mllib/src/main/scala/org/apache/spark/ml/regression/GeneralizedLinearRegression.scala --- @@ -378,6 +419,22 @@ object GeneralizedLinearRegression

[GitHub] spark pull request: [SPARK-9837] [ML] R-like summary statistics fo...

2016-03-14 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/11694#discussion_r56056415 --- Diff: mllib/src/main/scala/org/apache/spark/ml/regression/GeneralizedLinearRegression.scala --- @@ -17,7 +17,7 @@ package

[GitHub] spark pull request: [SPARK-9837] [ML] R-like summary statistics fo...

2016-03-14 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/11694#issuecomment-196244057 Merged build finished. Test PASSed. --- 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

[GitHub] spark pull request: [SPARK-9837] [ML] R-like summary statistics fo...

2016-03-14 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/11694#issuecomment-196244058 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-9837] [ML] R-like summary statistics fo...

2016-03-14 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/11694#issuecomment-196243699 **[Test build #53067 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/53067/consoleFull)** for PR 11694 at commit

[GitHub] spark pull request: [SPARK-9837] [ML] R-like summary statistics fo...

2016-03-14 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/11694#issuecomment-196228660 **[Test build #53067 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/53067/consoleFull)** for PR 11694 at commit

[GitHub] spark pull request: [SPARK-9837] [ML] R-like summary statistics fo...

2016-03-14 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/11694#issuecomment-196223229 **[Test build #53066 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/53066/consoleFull)** for PR 11694 at commit

[GitHub] spark pull request: [SPARK-9837] [ML] R-like summary statistics fo...

2016-03-14 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/11694#issuecomment-196223237 Merged build finished. Test FAILed. --- 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

[GitHub] spark pull request: [SPARK-9837] [ML] R-like summary statistics fo...

2016-03-14 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/11694#issuecomment-196223240 Test FAILed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-9837] [ML] R-like summary statistics fo...

2016-03-14 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/11694#issuecomment-196222428 **[Test build #53066 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/53066/consoleFull)** for PR 11694 at commit

[GitHub] spark pull request: [SPARK-9837] [ML] R-like summary statistics fo...

2016-03-14 Thread yanboliang
GitHub user yanboliang opened a pull request: https://github.com/apache/spark/pull/11694 [SPARK-9837] [ML] R-like summary statistics for GLMs via iteratively reweighted least squares ## What changes were proposed in this pull request? Provide R-like summary statistics for GLMs