-
- Downloads
[SPARK-13032][ML][PYSPARK] PySpark support model export/import and take LinearRegression as example
* Implement ```MLWriter/MLWritable/MLReader/MLReadable``` for PySpark. * Making ```LinearRegression``` to support ```save/load``` as example. After this merged, the work for other transformers/estimators will be easy, then we can list and distribute the tasks to the community. cc mengxr jkbradley Author: Yanbo Liang <ybliang8@gmail.com> Author: Joseph K. Bradley <joseph@databricks.com> Closes #10469 from yanboliang/spark-11939.
Showing
- python/pyspark/ml/param/__init__.py 24 additions, 0 deletionspython/pyspark/ml/param/__init__.py
- python/pyspark/ml/regression.py 25 additions, 5 deletionspython/pyspark/ml/regression.py
- python/pyspark/ml/tests.py 30 additions, 6 deletionspython/pyspark/ml/tests.py
- python/pyspark/ml/util.py 141 additions, 1 deletionpython/pyspark/ml/util.py
- python/pyspark/ml/wrapper.py 16 additions, 17 deletionspython/pyspark/ml/wrapper.py
Loading
Please register or sign in to comment