spark-instrumented-optimizer/python/pyspark/ml
Xiangrui Meng ee374e89cd [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 <meng@databricks.com>

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
2015-05-05 11:45:37 -07:00
..
param [SPARK-7333] [MLLIB] Add BinaryClassificationEvaluator to PySpark 2015-05-05 11:45:37 -07:00
__init__.py [SPARK-4586][MLLIB] Python API for ML pipeline and parameters 2015-01-28 17:14:23 -08:00
classification.py [SPARK-4897] [PySpark] Python 3 support 2015-04-16 16:20:57 -07:00
evaluation.py [SPARK-7333] [MLLIB] Add BinaryClassificationEvaluator to PySpark 2015-05-05 11:45:37 -07:00
feature.py [SPARK-4897] [PySpark] Python 3 support 2015-04-16 16:20:57 -07:00
pipeline.py [SPARK-7333] [MLLIB] Add BinaryClassificationEvaluator to PySpark 2015-05-05 11:45:37 -07:00
tests.py [SPARK-6893][ML] default pipeline parameter handling in python 2015-04-15 23:49:42 -07:00
tuning.py [SPARK-7329] [MLLIB] simplify ParamGridBuilder impl 2015-05-03 18:06:48 -07:00
util.py [SPARK-6893][ML] default pipeline parameter handling in python 2015-04-15 23:49:42 -07:00
wrapper.py [SPARK-7333] [MLLIB] Add BinaryClassificationEvaluator to PySpark 2015-05-05 11:45:37 -07:00