spark-instrumented-optimizer/python/pyspark/ml
Joseph K. Bradley 3038443e58 [SPARK-7431] [ML] [PYTHON] Made CrossValidatorModel call parent init in PySpark
Fixes bug with PySpark cvModel not having UID
Also made small PySpark fixes: Evaluator should inherit from Params.  MockModel should inherit from Model.

CC: mengxr

Author: Joseph K. Bradley <joseph@databricks.com>

Closes #5968 from jkbradley/pyspark-cv-uid and squashes the following commits:

57f13cd [Joseph K. Bradley] Made CrossValidatorModel call parent init in PySpark
2015-05-10 13:29:27 -07:00
..
param [SPARK-7488] [ML] Feature Parity in PySpark for ml.recommendation 2015-05-08 17:24:32 -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-7383] [ML] Feature Parity in PySpark for ml.features 2015-05-08 11:14:39 -07:00
pipeline.py [SPARK-7431] [ML] [PYTHON] Made CrossValidatorModel call parent init in PySpark 2015-05-10 13:29:27 -07:00
recommendation.py [SPARK-7488] [ML] Feature Parity in PySpark for ml.recommendation 2015-05-08 17:24:32 -07:00
tests.py [SPARK-7431] [ML] [PYTHON] Made CrossValidatorModel call parent init in PySpark 2015-05-10 13:29:27 -07:00
tuning.py [SPARK-7431] [ML] [PYTHON] Made CrossValidatorModel call parent init in PySpark 2015-05-10 13:29:27 -07:00
util.py [SPARK-6893][ML] default pipeline parameter handling in python 2015-04-15 23:49:42 -07:00
wrapper.py [SPARK-7388] [SPARK-7383] wrapper for VectorAssembler in Python 2015-05-07 10:25:41 -07:00