[GitHub] spark pull request: [SPARK-12603] [MLlib] PySpark MLlib GaussianMi...

2016-01-11 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/10552 --- 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 ena

[GitHub] spark pull request: [SPARK-12603] [MLlib] PySpark MLlib GaussianMi...

2016-01-11 Thread jkbradley
Github user jkbradley commented on the pull request: https://github.com/apache/spark/pull/10552#issuecomment-170715008 LGTM Merging with master Thanks for the PR! --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

[GitHub] spark pull request: [SPARK-12603] [MLlib] PySpark MLlib GaussianMi...

2016-01-11 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10552#issuecomment-170503850 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/

[GitHub] spark pull request: [SPARK-12603] [MLlib] PySpark MLlib GaussianMi...

2016-01-11 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10552#issuecomment-170503849 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 projec

[GitHub] spark pull request: [SPARK-12603] [MLlib] PySpark MLlib GaussianMi...

2016-01-11 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/10552#issuecomment-170503701 **[Test build #49132 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/49132/consoleFull)** for PR 10552 at commit [`f6717a8`](https://g

[GitHub] spark pull request: [SPARK-12603] [MLlib] PySpark MLlib GaussianMi...

2016-01-11 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/10552#issuecomment-170490146 **[Test build #49132 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/49132/consoleFull)** for PR 10552 at commit [`f6717a8`](https://gi

[GitHub] spark pull request: [SPARK-12603] [MLlib] PySpark MLlib GaussianMi...

2016-01-08 Thread jkbradley
Github user jkbradley commented on the pull request: https://github.com/apache/spark/pull/10552#issuecomment-170112073 That looks good. I also just noticed: Could you please update the docs for Python predict, predictSoft to say they work on RDDs and single vectors? That should be i

[GitHub] spark pull request: [SPARK-12603] [MLlib] PySpark MLlib GaussianMi...

2016-01-07 Thread yanboliang
Github user yanboliang commented on the pull request: https://github.com/apache/spark/pull/10552#issuecomment-169917601 @jkbradley It can produce stable result after changing ```sc.parallelize``` to use 2 partitions. Thanks! Due to the ```predictSoft``` output may be negligibly sm

[GitHub] spark pull request: [SPARK-12603] [MLlib] PySpark MLlib GaussianMi...

2016-01-07 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10552#issuecomment-169916203 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 projec

[GitHub] spark pull request: [SPARK-12603] [MLlib] PySpark MLlib GaussianMi...

2016-01-07 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10552#issuecomment-169916205 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/

[GitHub] spark pull request: [SPARK-12603] [MLlib] PySpark MLlib GaussianMi...

2016-01-07 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/10552#issuecomment-169915991 **[Test build #49004 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/49004/consoleFull)** for PR 10552 at commit [`06f4033`](https://g

[GitHub] spark pull request: [SPARK-12603] [MLlib] PySpark MLlib GaussianMi...

2016-01-07 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/10552#issuecomment-169910829 **[Test build #49004 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/49004/consoleFull)** for PR 10552 at commit [`06f4033`](https://gi

[GitHub] spark pull request: [SPARK-12603] [MLlib] PySpark MLlib GaussianMi...

2016-01-07 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10552#issuecomment-169632589 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 projec

[GitHub] spark pull request: [SPARK-12603] [MLlib] PySpark MLlib GaussianMi...

2016-01-07 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/10552#issuecomment-169632551 **[Test build #48933 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/48933/consoleFull)** for PR 10552 at commit [`ee56c7b`](https://g

[GitHub] spark pull request: [SPARK-12603] [MLlib] PySpark MLlib GaussianMi...

2016-01-06 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/10552#issuecomment-169447724 **[Test build #2338 has finished](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/2338/consoleFull)** for PR 10552 at commit [`af22848`](https://

[GitHub] spark pull request: [SPARK-12603] [MLlib] PySpark MLlib GaussianMi...

2016-01-06 Thread jkbradley
Github user jkbradley commented on a diff in the pull request: https://github.com/apache/spark/pull/10552#discussion_r48989645 --- Diff: examples/src/main/scala/org/apache/spark/examples/mllib/DenseGaussianMixture.scala --- @@ -58,6 +58,11 @@ object DenseGaussianMixture {

[GitHub] spark pull request: [SPARK-12603] [MLlib] PySpark MLlib GaussianMi...

2016-01-06 Thread jkbradley
Github user jkbradley commented on the pull request: https://github.com/apache/spark/pull/10552#issuecomment-169409800 Looks good except for the 1 comment --- 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 do

[GitHub] spark pull request: [SPARK-12603] [MLlib] PySpark MLlib GaussianMi...

2016-01-06 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/10552#issuecomment-169409657 **[Test build #2338 has started](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/2338/consoleFull)** for PR 10552 at commit [`af22848`](https://g

[GitHub] spark pull request: [SPARK-12603] [MLlib] PySpark MLlib GaussianMi...

2016-01-06 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10552#issuecomment-169273963 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/

[GitHub] spark pull request: [SPARK-12603] [MLlib] PySpark MLlib GaussianMi...

2016-01-06 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10552#issuecomment-169273957 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 projec

[GitHub] spark pull request: [SPARK-12603] [MLlib] PySpark MLlib GaussianMi...

2016-01-06 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/10552#issuecomment-169273855 **[Test build #48845 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/48845/consoleFull)** for PR 10552 at commit [`af22848`](https://g

[GitHub] spark pull request: [SPARK-12603] [MLlib] PySpark MLlib GaussianMi...

2016-01-06 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/10552#issuecomment-169267284 **[Test build #48845 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/48845/consoleFull)** for PR 10552 at commit [`af22848`](https://gi

[GitHub] spark pull request: [SPARK-12603] [MLlib] PySpark MLlib GaussianMi...

2016-01-05 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10552#issuecomment-169222001 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/

[GitHub] spark pull request: [SPARK-12603] [MLlib] PySpark MLlib GaussianMi...

2016-01-05 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10552#issuecomment-169221997 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 projec

[GitHub] spark pull request: [SPARK-12603] [MLlib] PySpark MLlib GaussianMi...

2016-01-05 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/10552#issuecomment-169221885 **[Test build #48827 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/48827/consoleFull)** for PR 10552 at commit [`da45010`](https://g

[GitHub] spark pull request: [SPARK-12603] [MLlib] PySpark MLlib GaussianMi...

2016-01-05 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/10552#issuecomment-169216889 **[Test build #48827 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/48827/consoleFull)** for PR 10552 at commit [`da45010`](https://gi

[GitHub] spark pull request: [SPARK-12603] [MLlib] PySpark MLlib GaussianMi...

2016-01-05 Thread jkbradley
Github user jkbradley commented on the pull request: https://github.com/apache/spark/pull/10552#issuecomment-169168114 These changes look fine to me, but could you please test predictSoft in Python (also to add this to the example in the doc)? --- If your project is set up for it, yo

[GitHub] spark pull request: [SPARK-12603] [MLlib] PySpark MLlib GaussianMi...

2016-01-02 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10552#issuecomment-168379412 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 projec

[GitHub] spark pull request: [SPARK-12603] [MLlib] PySpark MLlib GaussianMi...

2016-01-02 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10552#issuecomment-168379413 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/

[GitHub] spark pull request: [SPARK-12603] [MLlib] PySpark MLlib GaussianMi...

2016-01-02 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/10552#issuecomment-168379387 **[Test build #48580 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/48580/consoleFull)** for PR 10552 at commit [`cbda57e`](https://g

[GitHub] spark pull request: [SPARK-12603] [MLlib] PySpark MLlib GaussianMi...

2016-01-02 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/10552#issuecomment-168378126 **[Test build #48580 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/48580/consoleFull)** for PR 10552 at commit [`cbda57e`](https://gi

[GitHub] spark pull request: [SPARK-12603] [MLlib] PySpark MLlib GaussianMi...

2016-01-02 Thread yanboliang
GitHub user yanboliang opened a pull request: https://github.com/apache/spark/pull/10552 [SPARK-12603] [MLlib] PySpark MLlib GaussianMixtureModel should support single instance predict/predictSoft PySpark MLlib GaussianMixtureModel should support single instance predict/predictSoft