[GitHub] spark pull request: [SPARK-7739][MLlib] Improve ChiSqSelector exam...

2015-06-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/7029 --- 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 enab

[GitHub] spark pull request: [SPARK-7739][MLlib] Improve ChiSqSelector exam...

2015-06-30 Thread jkbradley
Github user jkbradley commented on the pull request: https://github.com/apache/spark/pull/7029#issuecomment-117371675 LGTM merging 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 do

[GitHub] spark pull request: [SPARK-7739][MLlib] Improve ChiSqSelector exam...

2015-06-29 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7029#issuecomment-116740165 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 project

[GitHub] spark pull request: [SPARK-7739][MLlib] Improve ChiSqSelector exam...

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

[GitHub] spark pull request: [SPARK-7739][MLlib] Improve ChiSqSelector exam...

2015-06-29 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/7029#issuecomment-116737348 [Test build #35996 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/35996/consoleFull) for PR 7029 at commit [`ef96916`](https://gith

[GitHub] spark pull request: [SPARK-7739][MLlib] Improve ChiSqSelector exam...

2015-06-29 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7029#issuecomment-116736915 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 h

[GitHub] spark pull request: [SPARK-7739][MLlib] Improve ChiSqSelector exam...

2015-06-29 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7029#issuecomment-116736971 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 have

[GitHub] spark pull request: [SPARK-7739][MLlib] Improve ChiSqSelector exam...

2015-06-28 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7029#issuecomment-116460293 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 project

[GitHub] spark pull request: [SPARK-7739][MLlib] Improve ChiSqSelector exam...

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

[GitHub] spark pull request: [SPARK-7739][MLlib] Improve ChiSqSelector exam...

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

[GitHub] spark pull request: [SPARK-7739][MLlib] Improve ChiSqSelector exam...

2015-06-28 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7029#issuecomment-116452822 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 h

[GitHub] spark pull request: [SPARK-7739][MLlib] Improve ChiSqSelector exam...

2015-06-28 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7029#issuecomment-116452866 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 have

[GitHub] spark pull request: [SPARK-7739][MLlib] Improve ChiSqSelector exam...

2015-06-28 Thread mengxr
Github user mengxr commented on the pull request: https://github.com/apache/spark/pull/7029#issuecomment-116451917 LGTM except minor style issues. --- 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 h

[GitHub] spark pull request: [SPARK-7739][MLlib] Improve ChiSqSelector exam...

2015-06-28 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/7029#discussion_r33435597 --- Diff: docs/mllib-feature-extraction.md --- @@ -419,10 +419,11 @@ import org.apache.spark.mllib.feature.ChiSqSelector // Load some data in libsvm format

[GitHub] spark pull request: [SPARK-7739][MLlib] Improve ChiSqSelector exam...

2015-06-28 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/7029#discussion_r33435601 --- Diff: docs/mllib-feature-extraction.md --- @@ -451,19 +452,20 @@ JavaRDD points = MLUtils.loadLibSVMFile(sc.sc(), "data/mllib/sample_libsvm_data.t

[GitHub] spark pull request: [SPARK-7739][MLlib] Improve ChiSqSelector exam...

2015-06-28 Thread mengxr
Github user mengxr commented on the pull request: https://github.com/apache/spark/pull/7029#issuecomment-116451953 ok to test --- 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 enab

[GitHub] spark pull request: [SPARK-7739][MLlib] Improve ChiSqSelector exam...

2015-06-28 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/7029#discussion_r33435594 --- Diff: docs/mllib-feature-extraction.md --- @@ -405,7 +405,7 @@ Note that the user can also construct a `ChiSqSelectorModel` by hand by providin

[GitHub] spark pull request: [SPARK-7739][MLlib] Improve ChiSqSelector exam...

2015-06-28 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/7029#discussion_r33435600 --- Diff: docs/mllib-feature-extraction.md --- @@ -451,19 +452,20 @@ JavaRDD points = MLUtils.loadLibSVMFile(sc.sc(), "data/mllib/sample_libsvm_data.t

[GitHub] spark pull request: [SPARK-7739][MLlib] Improve ChiSqSelector exam...

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

[GitHub] spark pull request: [SPARK-7739][MLlib] Improve ChiSqSelector exam...

2015-06-25 Thread sujkh85
Github user sujkh85 commented on the pull request: https://github.com/apache/spark/pull/7029#issuecomment-115451044 NAVER - http://www.naver.com/ su...@naver.com 님께 보내신 메일 이 다음과 같은 이유로 전ì†

[GitHub] spark pull request: [SPARK-7739][MLlib] Improve ChiSqSelector exam...

2015-06-25 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7029#issuecomment-115450668 Can one of the admins verify this patch? --- 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 pr

[GitHub] spark pull request: [SPARK-7739][MLlib] Improve ChiSqSelector exam...

2015-06-25 Thread sethah
GitHub user sethah opened a pull request: https://github.com/apache/spark/pull/7029 [SPARK-7739][MLlib] Improve ChiSqSelector example code in user guide You can merge this pull request into a Git repository by running: $ git pull https://github.com/sethah/spark working_on_SPAR