[GitHub] spark pull request: [SPARK-7432] [MLLIB] fix flaky CrossValidator ...

2015-06-02 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6572#issuecomment-107834131 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-7432] [MLLIB] fix flaky CrossValidator ...

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

[GitHub] spark pull request: [SPARK-7432] [MLLIB] fix flaky CrossValidator ...

2015-06-02 Thread mengxr
Github user mengxr commented on the pull request: https://github.com/apache/spark/pull/6572#issuecomment-107996927 With `maxIter=0`, `areaUnderROC` is 0.5. --- 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-7432] [MLLIB] fix flaky CrossValidator ...

2015-06-02 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/6572 --- 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-7432] [MLLIB] fix flaky CrossValidator ...

2015-06-02 Thread mengxr
Github user mengxr commented on the pull request: https://github.com/apache/spark/pull/6572#issuecomment-107997600 Merged into master and branch-1.4. --- 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-7432] [MLLIB] fix flaky CrossValidator ...

2015-06-01 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6572#issuecomment-10781 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-7432] [MLLIB] fix flaky CrossValidator ...

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

[GitHub] spark pull request: [SPARK-7432] [MLLIB] fix flaky CrossValidator ...

2015-06-01 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6572#issuecomment-107811100 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-7432] [MLLIB] fix flaky CrossValidator ...

2015-06-01 Thread jkbradley
Github user jkbradley commented on the pull request: https://github.com/apache/spark/pull/6572#issuecomment-107812065 Just to check, if you run with maxIter=0, does this give a different evaluation metric result? If so, then LGTM --- If your project is set up for it, you can

[GitHub] spark pull request: [SPARK-7432] [MLLIB] fix flaky CrossValidator ...

2015-06-01 Thread mengxr
GitHub user mengxr opened a pull request: https://github.com/apache/spark/pull/6572 [SPARK-7432] [MLLIB] fix flaky CrossValidator doctest The new test uses CV to compare `maxIter=0` and `maxIter=1`, and validate on the evaluation result. @jkbradley You can merge this pull request