[GitHub] spark pull request: [SPARK-5962] [MLlib] Python support for Power ...

2015-06-29 Thread yanboliang
Github user yanboliang commented on the pull request: https://github.com/apache/spark/pull/6992#issuecomment-116910026 @jkbradley OK, I will do it. --- 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

[GitHub] spark pull request: [SPARK-5962] [MLlib] Python support for Power ...

2015-06-29 Thread jkbradley
Github user jkbradley commented on the pull request: https://github.com/apache/spark/pull/6992#issuecomment-116908613 @yanboliang Could you please make a JIRA and PR for updating the user guide with the Python API? Thanks! --- If your project is set up for it, you can reply to this

[GitHub] spark pull request: [SPARK-5962] [MLlib] Python support for Power ...

2015-06-28 Thread yanboliang
Github user yanboliang commented on a diff in the pull request: https://github.com/apache/spark/pull/6992#discussion_r33420166 --- Diff: python/pyspark/mllib/clustering.py --- @@ -466,7 +557,8 @@ def predictOnValues(self, dstream): def _test(): import doctest

[GitHub] spark pull request: [SPARK-5962] [MLlib] Python support for Power ...

2015-06-28 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6992#issuecomment-116217053 Merged build triggered. --- 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

[GitHub] spark pull request: [SPARK-5962] [MLlib] Python support for Power ...

2015-06-28 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6992#issuecomment-116217093 Merged build started. --- 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

[GitHub] spark pull request: [SPARK-5962] [MLlib] Python support for Power ...

2015-06-28 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6992#issuecomment-116230935 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-5962] [MLlib] Python support for Power ...

2015-06-28 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6992#issuecomment-116230867 [Test build #35928 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/35928/console) for PR 6992 at commit

[GitHub] spark pull request: [SPARK-5962] [MLlib] Python support for Power ...

2015-06-28 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6992#issuecomment-116217731 [Test build #35928 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/35928/consoleFull) for PR 6992 at commit

[GitHub] spark pull request: [SPARK-5962] [MLlib] Python support for Power ...

2015-06-28 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/6992#discussion_r33435286 --- Diff: python/pyspark/mllib/clustering.py --- @@ -466,7 +557,8 @@ def predictOnValues(self, dstream): def _test(): import doctest -

[GitHub] spark pull request: [SPARK-5962] [MLlib] Python support for Power ...

2015-06-28 Thread mengxr
Github user mengxr commented on the pull request: https://github.com/apache/spark/pull/6992#issuecomment-116447610 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-5962] [MLlib] Python support for Power ...

2015-06-28 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/6992 --- 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-5962] [MLlib] Python support for Power ...

2015-06-26 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/6992#discussion_r33379196 --- Diff: python/pyspark/mllib/clustering.py --- @@ -466,7 +557,8 @@ def predictOnValues(self, dstream): def _test(): import doctest -

[GitHub] spark pull request: [SPARK-5962] [MLlib] Python support for Power ...

2015-06-26 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/6992#discussion_r33379191 --- Diff: python/pyspark/mllib/clustering.py --- @@ -272,6 +275,94 @@ def train(cls, rdd, k, convergenceTol=1e-3, maxIterations=100, seed=None, initia

[GitHub] spark pull request: [SPARK-5962] [MLlib] Python support for Power ...

2015-06-26 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/6992#discussion_r33379143 --- Diff: mllib/src/main/scala/org/apache/spark/mllib/api/python/PythonMLLibAPI.scala --- @@ -407,6 +407,27 @@ private[python] class PythonMLLibAPI extends

[GitHub] spark pull request: [SPARK-5962] [MLlib] Python support for Power ...

2015-06-26 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/6992#discussion_r33379140 --- Diff: mllib/src/main/scala/org/apache/spark/mllib/api/python/PowerIterationClusteringModelWrapper.scala --- @@ -0,0 +1,33 @@ +/* + * Licensed to

[GitHub] spark pull request: [SPARK-5962] [MLlib] Python support for Power ...

2015-06-25 Thread yanboliang
Github user yanboliang commented on the pull request: https://github.com/apache/spark/pull/6992#issuecomment-115470960 @jkbradley @mengxr --- 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-5962] [MLlib] Python support for Power ...

2015-06-25 Thread sujkh85
Github user sujkh85 commented on the pull request: https://github.com/apache/spark/pull/6992#issuecomment-115484789 NAVER - http://www.naver.com/ su...@naver.com 님께 보내신 메일 Re: [spark] [SPARK-5962] [MLlib]

[GitHub] spark pull request: [SPARK-5962] [MLlib] Python support for Power ...

2015-06-24 Thread yanboliang
GitHub user yanboliang opened a pull request: https://github.com/apache/spark/pull/6991 [SPARK-5962] [MLlib] Python support for Power Iteration Clustering Python support for Power Iteration Clustering https://issues.apache.org/jira/browse/SPARK-5962 You can merge this pull

[GitHub] spark pull request: [SPARK-5962] [MLlib] Python support for Power ...

2015-06-24 Thread yanboliang
Github user yanboliang closed the pull request at: https://github.com/apache/spark/pull/6991 --- 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-5962] [MLlib] Python support for Power ...

2015-06-24 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6992#issuecomment-114928803 [Test build #35696 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/35696/consoleFull) for PR 6992 at commit

[GitHub] spark pull request: [SPARK-5962] [MLlib] Python support for Power ...

2015-06-24 Thread yanboliang
GitHub user yanboliang opened a pull request: https://github.com/apache/spark/pull/6992 [SPARK-5962] [MLlib] Python support for Power Iteration Clustering Python support for Power Iteration Clustering https://issues.apache.org/jira/browse/SPARK-5962 You can merge this pull

[GitHub] spark pull request: [SPARK-5962] [MLlib] Python support for Power ...

2015-06-24 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6992#issuecomment-114927866 Merged build started. --- 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

[GitHub] spark pull request: [SPARK-5962] [MLlib] Python support for Power ...

2015-06-24 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6992#issuecomment-114927844 Merged build triggered. --- 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

[GitHub] spark pull request: [SPARK-5962] [MLlib] Python support for Power ...

2015-06-24 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6992#issuecomment-114946855 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-5962] [MLlib] Python support for Power ...

2015-06-24 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6992#issuecomment-114946808 [Test build #35696 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/35696/console) for PR 6992 at commit