[GitHub] spark issue #13511: [SPARK-14900][ML][PySpark] Add accuracy and deprecate pr...

2016-06-06 Thread srowen
Github user srowen commented on the issue: https://github.com/apache/spark/pull/13511 Merged to master/2.0 --- 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,

[GitHub] spark issue #13511: [SPARK-14900][ML][PySpark] Add accuracy and deprecate pr...

2016-06-05 Thread srowen
Github user srowen commented on the issue: https://github.com/apache/spark/pull/13511 LGTM --- 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

[GitHub] spark issue #13511: [SPARK-14900][ML][PySpark] Add accuracy and deprecate pr...

2016-06-04 Thread zhengruifeng
Github user zhengruifeng commented on the issue: https://github.com/apache/spark/pull/13511 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

[GitHub] spark issue #13511: [SPARK-14900][ML][PySpark] Add accuracy and deprecate pr...

2016-06-04 Thread zhengruifeng
Github user zhengruifeng commented on the issue: https://github.com/apache/spark/pull/13511 **[Test build #59997 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/59997/consoleFull)** for PR 13511 at commit

[GitHub] spark issue #13511: [SPARK-14900][ML][PySpark] Add accuracy and deprecate pr...

2016-06-04 Thread zhengruifeng
Github user zhengruifeng commented on the issue: https://github.com/apache/spark/pull/13511 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/59997/ Test PASSed. ---

[GitHub] spark issue #13511: [SPARK-14900][ML][PySpark] Add accuracy and deprecate pr...

2016-06-04 Thread zhengruifeng
Github user zhengruifeng commented on the issue: https://github.com/apache/spark/pull/13511 @srowen It is just the local test code, please ignore 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

[GitHub] spark issue #13511: [SPARK-14900][ML][PySpark] Add accuracy and deprecate pr...

2016-06-04 Thread zhengruifeng
Github user zhengruifeng commented on the issue: https://github.com/apache/spark/pull/13511 Looks correct, what are you pointing out? --- 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

[GitHub] spark issue #13511: [SPARK-14900][ML][PySpark] Add accuracy and deprecate pr...

2016-06-04 Thread zhengruifeng
Github user zhengruifeng commented on the issue: https://github.com/apache/spark/pull/13511 **[Test build #59997 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/59997/consoleFull)** for PR 13511 at commit

[GitHub] spark issue #13511: [SPARK-14900][ML][PySpark] Add accuracy and deprecate pr...

2016-06-04 Thread zhengruifeng
Github user zhengruifeng commented on the issue: https://github.com/apache/spark/pull/13511 cc @srowen --- 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

[GitHub] spark issue #13511: [SPARK-14900][ML][PySpark] Add accuracy and deprecate pr...

2016-06-04 Thread zhengruifeng
Github user zhengruifeng commented on the issue: https://github.com/apache/spark/pull/13511 ``` >>> from pyspark.mllib.evaluation import * >>> predictionAndLabels = sc.parallelize([(0.0, 0.0), (0.0, 1.0), (0.0, 0.0), (1.0, 0.0), (1.0, 1.0), (1.0, 1.0), (1.0, 1.0), (2.0, 2.0),