spark-instrumented-optimizer/python/pyspark/ml
JeremyNixon 511d4929c8 [SPARK-12877][ML] Add train-validation-split to pyspark
## What changes were proposed in this pull request?
The changes proposed were to add train-validation-split to pyspark.ml.tuning.

## How was the this patch tested?
This patch was tested through unit tests located in pyspark/ml/test.py.

This is my original work and I license it to Spark.

Author: JeremyNixon <jnixon2@gmail.com>

Closes #11335 from JeremyNixon/tvs_pyspark.
2016-03-03 09:50:05 -08:00
..
param [SPARK-13047][PYSPARK][ML] Pyspark Params.hasParam should not throw an error 2016-02-11 16:42:44 -08:00
__init__.py [SPARK-7535] [.0] [MLLIB] Audit the pipeline APIs for 1.4 2015-05-21 22:57:33 -07:00
classification.py [SPARK-13008][ML][PYTHON] Put one alg per line in pyspark.ml all lists 2016-03-01 21:26:47 -08:00
clustering.py [SPARK-13008][ML][PYTHON] Put one alg per line in pyspark.ml all lists 2016-03-01 21:26:47 -08:00
evaluation.py [SPARK-10509][PYSPARK] Reduce excessive param boiler plate code 2016-01-26 15:53:48 -08:00
feature.py [SPARK-13008][ML][PYTHON] Put one alg per line in pyspark.ml all lists 2016-03-01 21:26:47 -08:00
pipeline.py [SPARK-10509][PYSPARK] Reduce excessive param boiler plate code 2016-01-26 15:53:48 -08:00
recommendation.py [SPARK-13302][PYSPARK][TESTS] Move the temp file creation and cleanup outside of the doctests 2016-02-20 09:07:19 +00:00
regression.py [SPARK-13033] [ML] [PYSPARK] Add import/export for ml.regression 2016-02-25 21:09:02 -08:00
tests.py [SPARK-12877][ML] Add train-validation-split to pyspark 2016-03-03 09:50:05 -08:00
tuning.py [SPARK-12877][ML] Add train-validation-split to pyspark 2016-03-03 09:50:05 -08:00
util.py [SPARK-13032][ML][PYSPARK] PySpark support model export/import and take LinearRegression as example 2016-01-29 09:22:24 -08:00
wrapper.py [SPARK-13153][PYSPARK] ML persistence failed when handle no default value parameter 2016-02-11 18:38:49 -08:00