[GitHub] spark pull request: [SPARK-14979] [ML] [PySpark] Add examples for ...

2016-05-16 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/12754 --- 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-14979] [ML] [PySpark] Add examples for ...

2016-05-16 Thread MLnick
Github user MLnick commented on the pull request: https://github.com/apache/spark/pull/12754#issuecomment-219369540 Merged to master/branch-2.0. 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

[GitHub] spark pull request: [SPARK-14979] [ML] [PySpark] Add examples for ...

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

[GitHub] spark pull request: [SPARK-14979] [ML] [PySpark] Add examples for ...

2016-05-14 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12754#issuecomment-219203482 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-14979] [ML] [PySpark] Add examples for ...

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

[GitHub] spark pull request: [SPARK-14979] [ML] [PySpark] Add examples for ...

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

[GitHub] spark pull request: [SPARK-14979] [ML] [PySpark] Add examples for ...

2016-05-13 Thread MLnick
Github user MLnick commented on the pull request: https://github.com/apache/spark/pull/12754#issuecomment-219105609 @yanboliang just a few very minor comments, pending that LGTM. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

[GitHub] spark pull request: [SPARK-14979] [ML] [PySpark] Add examples for ...

2016-05-13 Thread MLnick
Github user MLnick commented on a diff in the pull request: https://github.com/apache/spark/pull/12754#discussion_r63219051 --- Diff: examples/src/main/java/org/apache/spark/examples/ml/JavaGeneralizedLinearRegressionExample.java --- @@ -0,0 +1,81 @@ +/* + * Licensed to

[GitHub] spark pull request: [SPARK-14979] [ML] [PySpark] Add examples for ...

2016-05-13 Thread MLnick
Github user MLnick commented on a diff in the pull request: https://github.com/apache/spark/pull/12754#discussion_r63218910 --- Diff: examples/src/main/python/ml/generalized_linear_regression_example.py --- @@ -0,0 +1,66 @@ +# +# Licensed to the Apache Software Foundation

[GitHub] spark pull request: [SPARK-14979] [ML] [PySpark] Add examples for ...

2016-05-13 Thread MLnick
Github user MLnick commented on a diff in the pull request: https://github.com/apache/spark/pull/12754#discussion_r63218860 --- Diff: examples/src/main/scala/org/apache/spark/examples/ml/GeneralizedLinearRegressionExample.scala --- @@ -0,0 +1,78 @@ +/* + * Licensed to the

[GitHub] spark pull request: [SPARK-14979] [ML] [PySpark] Add examples for ...

2016-05-13 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12754#issuecomment-219076192 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-14979] [ML] [PySpark] Add examples for ...

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

[GitHub] spark pull request: [SPARK-14979] [ML] [PySpark] Add examples for ...

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

[GitHub] spark pull request: [SPARK-14979] [ML] [PySpark] Add examples for ...

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

[GitHub] spark pull request: [SPARK-14979] [ML] [PySpark] Add examples for ...

2016-05-13 Thread sethah
Github user sethah commented on the pull request: https://github.com/apache/spark/pull/12754#issuecomment-219070171 LGTM pending one minor comment. 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

[GitHub] spark pull request: [SPARK-14979] [ML] [PySpark] Add examples for ...

2016-05-13 Thread sethah
Github user sethah commented on a diff in the pull request: https://github.com/apache/spark/pull/12754#discussion_r63198312 --- Diff: examples/src/main/scala/org/apache/spark/examples/ml/GeneralizedLinearRegressionExample.scala --- @@ -0,0 +1,77 @@ +/* + * Licensed to the

[GitHub] spark pull request: [SPARK-14979] [ML] [PySpark] Add examples for ...

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

[GitHub] spark pull request: [SPARK-14979] [ML] [PySpark] Add examples for ...

2016-05-13 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12754#issuecomment-219000529 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-14979] [ML] [PySpark] Add examples for ...

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

[GitHub] spark pull request: [SPARK-14979] [ML] [PySpark] Add examples for ...

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

[GitHub] spark pull request: [SPARK-14979] [ML] [PySpark] Add examples for ...

2016-05-13 Thread MLnick
Github user MLnick commented on the pull request: https://github.com/apache/spark/pull/12754#issuecomment-218970486 @12961 is merged --- 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

[GitHub] spark pull request: [SPARK-14979] [ML] [PySpark] Add examples for ...

2016-05-12 Thread yanboliang
Github user yanboliang commented on the pull request: https://github.com/apache/spark/pull/12754#issuecomment-218748702 I will update this PR after #12961 get merged and get in Python model summaries. --- If your project is set up for it, you can reply to this email and have your

[GitHub] spark pull request: [SPARK-14979] [ML] [PySpark] Add examples for ...

2016-05-10 Thread sethah
Github user sethah commented on the pull request: https://github.com/apache/spark/pull/12754#issuecomment-218238870 I just found a couple of minor things. I'd like to add the Python model summaries to the examples if we can get it added via

[GitHub] spark pull request: [SPARK-14979] [ML] [PySpark] Add examples for ...

2016-05-10 Thread sethah
Github user sethah commented on a diff in the pull request: https://github.com/apache/spark/pull/12754#discussion_r62720345 --- Diff: examples/src/main/java/org/apache/spark/examples/ml/JavaGeneralizedLinearRegressionExample.java --- @@ -0,0 +1,73 @@ +/* + * Licensed to

[GitHub] spark pull request: [SPARK-14979] [ML] [PySpark] Add examples for ...

2016-05-10 Thread MLnick
Github user MLnick commented on a diff in the pull request: https://github.com/apache/spark/pull/12754#discussion_r62691393 --- Diff: examples/src/main/scala/org/apache/spark/examples/ml/GeneralizedLinearRegressionExample.scala --- @@ -0,0 +1,69 @@ +/* + * Licensed to the

[GitHub] spark pull request: [SPARK-14979] [ML] [PySpark] Add examples for ...

2016-05-10 Thread sethah
Github user sethah commented on a diff in the pull request: https://github.com/apache/spark/pull/12754#discussion_r62689150 --- Diff: examples/src/main/scala/org/apache/spark/examples/ml/GeneralizedLinearRegressionExample.scala --- @@ -0,0 +1,69 @@ +/* + * Licensed to the

[GitHub] spark pull request: [SPARK-14979] [ML] [PySpark] Add examples for ...

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

[GitHub] spark pull request: [SPARK-14979] [ML] [PySpark] Add examples for ...

2016-05-09 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12754#issuecomment-218044954 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-14979] [ML] [PySpark] Add examples for ...

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

[GitHub] spark pull request: [SPARK-14979] [ML] [PySpark] Add examples for ...

2016-05-09 Thread yanboliang
Github user yanboliang commented on a diff in the pull request: https://github.com/apache/spark/pull/12754#discussion_r62604571 --- Diff: examples/src/main/scala/org/apache/spark/examples/ml/GeneralizedLinearRegressionExample.scala --- @@ -0,0 +1,69 @@ +/* + * Licensed to

[GitHub] spark pull request: [SPARK-14979] [ML] [PySpark] Add examples for ...

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

[GitHub] spark pull request: [SPARK-14979] [ML] [PySpark] Add examples for ...

2016-05-09 Thread yanboliang
Github user yanboliang commented on a diff in the pull request: https://github.com/apache/spark/pull/12754#discussion_r62604290 --- Diff: examples/src/main/scala/org/apache/spark/examples/ml/GeneralizedLinearRegressionExample.scala --- @@ -0,0 +1,69 @@ +/* + * Licensed to

[GitHub] spark pull request: [SPARK-14979] [ML] [PySpark] Add examples for ...

2016-05-06 Thread sethah
Github user sethah commented on a diff in the pull request: https://github.com/apache/spark/pull/12754#discussion_r62371005 --- Diff: examples/src/main/scala/org/apache/spark/examples/ml/GeneralizedLinearRegressionExample.scala --- @@ -0,0 +1,69 @@ +/* + * Licensed to the

[GitHub] spark pull request: [SPARK-14979] [ML] [PySpark] Add examples for ...

2016-05-06 Thread sethah
Github user sethah commented on a diff in the pull request: https://github.com/apache/spark/pull/12754#discussion_r62370897 --- Diff: examples/src/main/scala/org/apache/spark/examples/ml/GeneralizedLinearRegressionExample.scala --- @@ -0,0 +1,69 @@ +/* + * Licensed to the

[GitHub] spark pull request: [SPARK-14979] [ML] [PySpark] Add examples for ...

2016-05-06 Thread sethah
Github user sethah commented on the pull request: https://github.com/apache/spark/pull/12754#issuecomment-217521715 @yanboliang on a related note, if we can get [#12961](https://github.com/apache/spark/pull/12961) merged in, then we can add it to the python example here. --- If

[GitHub] spark pull request: [SPARK-14979] [ML] [PySpark] Add examples for ...

2016-05-06 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12754#issuecomment-217400141 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-14979] [ML] [PySpark] Add examples for ...

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

[GitHub] spark pull request: [SPARK-14979] [ML] [PySpark] Add examples for ...

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

[GitHub] spark pull request: [SPARK-14979] [ML] [PySpark] Add examples for ...

2016-05-06 Thread yanboliang
Github user yanboliang commented on the pull request: https://github.com/apache/spark/pull/12754#issuecomment-217400888 @sethah Thanks for your comments. Please feel free to start a separate PR for the user guide. I'm ambivalent with the issue about adding classification and other

[GitHub] spark pull request: [SPARK-14979] [ML] [PySpark] Add examples for ...

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

[GitHub] spark pull request: [SPARK-14979] [ML] [PySpark] Add examples for ...

2016-05-05 Thread sethah
Github user sethah commented on the pull request: https://github.com/apache/spark/pull/12754#issuecomment-217307940 One thing I'm curious about, for the user guide especially, is if we'll add examples for classification and other families? It's a bit weird since Generalized Linear

[GitHub] spark pull request: [SPARK-14979] [ML] [PySpark] Add examples for ...

2016-05-05 Thread sethah
Github user sethah commented on a diff in the pull request: https://github.com/apache/spark/pull/12754#discussion_r62270439 --- Diff: examples/src/main/scala/org/apache/spark/examples/ml/GeneralizedLinearRegressionExample.scala --- @@ -0,0 +1,69 @@ +/* + * Licensed to the

[GitHub] spark pull request: [SPARK-14979] [ML] [PySpark] Add examples for ...

2016-05-05 Thread sethah
Github user sethah commented on the pull request: https://github.com/apache/spark/pull/12754#issuecomment-217304479 Do we plan to add a section to the user guide for 2.0? If we want to do it separately from this PR, I can work on it. --- If your project is set up for it, you can

[GitHub] spark pull request: [SPARK-14979] [ML] [PySpark] Add examples for ...

2016-04-28 Thread yanboliang
Github user yanboliang commented on the pull request: https://github.com/apache/spark/pull/12754#issuecomment-215440275 cc @mengxr @jkbradley --- 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

[GitHub] spark pull request: [SPARK-14979] [ML] [PySpark] Add examples for ...

2016-04-28 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12754#issuecomment-215414469 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-14979] [ML] [PySpark] Add examples for ...

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

[GitHub] spark pull request: [SPARK-14979] [ML] [PySpark] Add examples for ...

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

[GitHub] spark pull request: [SPARK-14979] [ML] [PySpark] Add examples for ...

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

[GitHub] spark pull request: [SPARK-14979] [ML] [PySpark] Add examples for ...

2016-04-28 Thread yanboliang
GitHub user yanboliang opened a pull request: https://github.com/apache/spark/pull/12754 [SPARK-14979] [ML] [PySpark] Add examples for GeneralizedLinearRegression ## What changes were proposed in this pull request? Add Scala/Java/Python examples for