[GitHub] spark pull request: [SPARK-13550] [ML] Add java example for ml.clu...
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/11428 --- 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 enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org
[GitHub] spark pull request: [SPARK-13550] [ML] Add java example for ml.clu...
Github user mengxr commented on the pull request: https://github.com/apache/spark/pull/11428#issuecomment-190601335 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 not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org
[GitHub] spark pull request: [SPARK-13550] [ML] Add java example for ml.clu...
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/11428#issuecomment-190575477 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 project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org
[GitHub] spark pull request: [SPARK-13550] [ML] Add java example for ml.clu...
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/11428#issuecomment-190575220 **[Test build #52220 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/52220/consoleFull)** for PR 11428 at commit [`4f0e3b9`](https://github.com/apache/spark/commit/4f0e3b92549d832936407cd7f2b3d334b087e5a3). * This patch passes all tests. * This patch merges cleanly. * This patch adds the following public classes _(experimental)_: * `public class JavaBisectingKMeansExample ` --- 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 enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org
[GitHub] spark pull request: [SPARK-13550] [ML] Add java example for ml.clu...
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/11428#issuecomment-190575482 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/52220/ 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 project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org
[GitHub] spark pull request: [SPARK-13550] [ML] Add java example for ml.clu...
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/11428#issuecomment-190569078 **[Test build #52220 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/52220/consoleFull)** for PR 11428 at commit [`4f0e3b9`](https://github.com/apache/spark/commit/4f0e3b92549d832936407cd7f2b3d334b087e5a3). --- 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 enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org
[GitHub] spark pull request: [SPARK-13550] [ML] Add java example for ml.clu...
Github user mengxr commented on the pull request: https://github.com/apache/spark/pull/11428#issuecomment-190567826 @srowen It would be nice to have example code in the user guide for every algorithm. And this PR helps. --- 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 enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org
[GitHub] spark pull request: [SPARK-13550] [ML] Add java example for ml.clu...
Github user mengxr commented on the pull request: https://github.com/apache/spark/pull/11428#issuecomment-190567858 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 enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org
[GitHub] spark pull request: [SPARK-13550] [ML] Add java example for ml.clu...
Github user zhengruifeng commented on the pull request: https://github.com/apache/spark/pull/11428#issuecomment-190484554 @srowen this is the first java example for ml.clustering.BisectingKMeans --- 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 enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org
[GitHub] spark pull request: [SPARK-13550] [ML] Add java example for ml.clu...
Github user srowen commented on the pull request: https://github.com/apache/spark/pull/11428#issuecomment-190118636 I'm not sure we need an example for every single algorithm, unless an example meaningfully explains non-trivial usage that others don't. We already have examples for k-means; does this add much? --- 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 enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org
[GitHub] spark pull request: [SPARK-13550] [ML] Add java example for ml.clu...
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/11428#issuecomment-190104421 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 project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org
[GitHub] spark pull request: [SPARK-13550] [ML] Add java example for ml.clu...
GitHub user zhengruifeng opened a pull request: https://github.com/apache/spark/pull/11428 [SPARK-13550] [ML] Add java example for ml.clustering.BisectingKMeans JIRA: https://issues.apache.org/jira/browse/SPARK-13550 ## What changes were proposed in this pull request? Just add a java example for ml.clustering.BisectingKMeans ## How was this patch tested? manual tests were done. (If this patch involves UI changes, please attach a screenshot; otherwise, remove this) You can merge this pull request into a Git repository by running: $ git pull https://github.com/zhengruifeng/spark ml_bkm_je Alternatively you can review and apply these changes as the patch at: https://github.com/apache/spark/pull/11428.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #11428 commit 4f0e3b92549d832936407cd7f2b3d334b087e5a3 Author: Zheng RuiFeng Date: 2016-02-29T08:30:09Z create JavaBisectingKMeansExample --- 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 enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org