-
- Downloads
[SPARK-14306][ML][PYSPARK] PySpark ml.classification OneVsRest support export/import
## What changes were proposed in this pull request? https://issues.apache.org/jira/browse/SPARK-14306 Add PySpark OneVsRest save/load supports. ## How was this patch tested? Test with Python unit test. Author: Xusen Yin <yinxusen@gmail.com> Closes #12439 from yinxusen/SPARK-14306-0415.
Showing
- mllib/src/main/scala/org/apache/spark/ml/classification/OneVsRest.scala 7 additions, 0 deletions.../scala/org/apache/spark/ml/classification/OneVsRest.scala
- python/pyspark/ml/classification.py 120 additions, 22 deletionspython/pyspark/ml/classification.py
- python/pyspark/ml/tests.py 24 additions, 1 deletionpython/pyspark/ml/tests.py
Loading
Please register or sign in to comment