spark-instrumented-optimizer/python/pyspark/ml
Tommy YU f3be369ef7 [SPARK-13033] [ML] [PYSPARK] Add import/export for ml.regression
Add export/import for all estimators and transformers(which have Scala implementation) under pyspark/ml/regression.py.

yanboliang Please help to review.
For doctest, I though it's enough to add one since it's common usage. But I can add to all if we want it.

Author: Tommy YU <tummyyu@163.com>

Closes #11000 from Wenpei/spark-13033-ml.regression-exprot-import and squashes the following commits:

3646b36 [Tommy YU] address review comments
9cddc98 [Tommy YU] change base on review and pr 11197
cc61d9d [Tommy YU] remove default parameter set
19535d4 [Tommy YU] add export/import to regression
44a9dc2 [Tommy YU] add import/export for ml.regression
2016-02-25 21:09:02 -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-10509][PYSPARK] Reduce excessive param boiler plate code 2016-01-26 15:53:48 -08:00
clustering.py [SPARK-13302][PYSPARK][TESTS] Move the temp file creation and cleanup outside of the doctests 2016-02-20 09:07:19 +00:00
evaluation.py [SPARK-10509][PYSPARK] Reduce excessive param boiler plate code 2016-01-26 15:53:48 -08:00
feature.py [SPARK-13292] [ML] [PYTHON] QuantileDiscretizer should take random seed in PySpark 2016-02-25 13:29:10 -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-13047][PYSPARK][ML] Pyspark Params.hasParam should not throw an error 2016-02-11 16:42:44 -08:00
tuning.py [SPARK-10509][PYSPARK] Reduce excessive param boiler plate code 2016-01-26 15:53:48 -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