From ee374e89cd1f08730fed9d50b742627d5b19d241 Mon Sep 17 00:00:00 2001 From: Xiangrui Meng Date: Tue, 5 May 2015 11:45:37 -0700 Subject: [SPARK-7333] [MLLIB] Add BinaryClassificationEvaluator to PySpark This PR adds `BinaryClassificationEvaluator` to Python ML Pipelines API, which is a simple wrapper of the Scala implementation. oefirouz Author: Xiangrui Meng Closes #5885 from mengxr/SPARK-7333 and squashes the following commits: 25d7451 [Xiangrui Meng] fix tests in python 3 babdde7 [Xiangrui Meng] fix doc cb51e6a [Xiangrui Meng] add BinaryClassificationEvaluator in PySpark --- python/run-tests | 1 + 1 file changed, 1 insertion(+) (limited to 'python/run-tests') diff --git a/python/run-tests b/python/run-tests index 0e0eee3564..f9ca26467f 100755 --- a/python/run-tests +++ b/python/run-tests @@ -100,6 +100,7 @@ function run_ml_tests() { run_test "pyspark/ml/classification.py" run_test "pyspark/ml/tuning.py" run_test "pyspark/ml/tests.py" + run_test "pyspark/ml/evaluation.py" } function run_streaming_tests() { -- cgit v1.2.3