spark-instrumented-optimizer/python/pyspark/ml
Xusen Yin ae6c677c8a [SPARK-13038][PYSPARK] Add load/save to pipeline
## What changes were proposed in this pull request?

JIRA issue: https://issues.apache.org/jira/browse/SPARK-13038

1. Add load/save to PySpark Pipeline and PipelineModel

2. Add `_transfer_stage_to_java()` and `_transfer_stage_from_java()` for `JavaWrapper`.

## How was this patch tested?

Test with doctest.

Author: Xusen Yin <yinxusen@gmail.com>

Closes #11683 from yinxusen/SPARK-13038-only.
2016-03-16 13:49:40 -07:00
..
param [SPARK-13625][PYSPARK][ML] Added a check to see if an attribute is a property when getting param list 2016-03-08 17:34:25 -08: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-13787][ML][PYSPARK] Pyspark feature importances for decision tree and random forest 2016-03-11 09:54:23 +02: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-13036][SPARK-13318][SPARK-13319] Add save/load for feature.py 2016-03-04 08:32:24 -08:00
pipeline.py [SPARK-13038][PYSPARK] Add load/save to pipeline 2016-03-16 13:49:40 -07: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-13787][ML][PYSPARK] Pyspark feature importances for decision tree and random forest 2016-03-11 09:54:23 +02:00
tests.py [SPARK-13038][PYSPARK] Add load/save to pipeline 2016-03-16 13:49:40 -07:00
tuning.py [SPARK-12877][ML] Add train-validation-split to pyspark 2016-03-03 09:50:05 -08:00
util.py [SPARK-13038][PYSPARK] Add load/save to pipeline 2016-03-16 13:49:40 -07:00
wrapper.py [SPARK-13038][PYSPARK] Add load/save to pipeline 2016-03-16 13:49:40 -07:00