spark-instrumented-optimizer/python/pyspark/ml
Kai Jiang d584a2b8ac [SPARK-12810][PYSPARK] PySpark CrossValidatorModel should support avgMetrics
## What changes were proposed in this pull request?
support avgMetrics in CrossValidatorModel with Python
## How was this patch tested?
Doctest and `test_save_load` in `pyspark/ml/test.py`
[JIRA](https://issues.apache.org/jira/browse/SPARK-12810)

Author: Kai Jiang <jiangkai@gmail.com>

Closes #12464 from vectorijk/spark-12810.
2016-04-28 14:19:11 -07:00
..
param [SPARK-14768][ML][PYSPARK] removed expectedType from Param __init__() 2016-04-25 15:32:11 +02:00
__init__.py [SPARK-13038][PYSPARK] Add load/save to pipeline 2016-03-16 13:49:40 -07:00
base.py [SPARK-13038][PYSPARK] Add load/save to pipeline 2016-03-16 13:49:40 -07:00
classification.py [SPARK-14555] First cut of Python API for Structured Streaming 2016-04-20 10:32:01 -07:00
clustering.py [SPARK-14732][ML] spark.ml GaussianMixture should use MultivariateGaussian in mllib-local 2016-04-26 16:53:16 -07:00
evaluation.py [SPARK-14555] First cut of Python API for Structured Streaming 2016-04-20 10:32:01 -07:00
feature.py [SPARK-14899][ML][PYSPARK] Remove spark.ml HashingTF hashingAlg option 2016-04-27 14:08:26 -07:00
pipeline.py [SPARK-14555] First cut of Python API for Structured Streaming 2016-04-20 10:32:01 -07:00
recommendation.py [SPARK-14555] First cut of Python API for Structured Streaming 2016-04-20 10:32:01 -07:00
regression.py [MINOR][ML][PYSPARK] Fix omissive params which should use TypeConverter 2016-04-20 13:02:37 -07:00
tests.py [SPARK-12810][PYSPARK] PySpark CrossValidatorModel should support avgMetrics 2016-04-28 14:19:11 -07:00
tuning.py [SPARK-12810][PYSPARK] PySpark CrossValidatorModel should support avgMetrics 2016-04-28 14:19:11 -07:00
util.py [SPARK-14903][SPARK-14071][ML][PYTHON] Revert : MLWritable.write property 2016-04-26 12:00:57 -07:00
wrapper.py [SPARK-14605][ML][PYTHON] Changed Python to use unicode UIDs for spark.ml Identifiable 2016-04-16 11:23:28 -07:00