-
- Downloads
[SPARK-13430][PYSPARK][ML] Python API for training summaries of linear and logistic regression
## What changes were proposed in this pull request? Adding Python API for training summaries of LogisticRegression and LinearRegression in PySpark ML. ## How was this patch tested? Added unit tests to exercise the api calls for the summary classes. Also, manually verified values are expected and match those from Scala directly. Author: Bryan Cutler <cutlerb@gmail.com> Closes #11621 from BryanCutler/pyspark-ml-summary-SPARK-13430.
Showing
- mllib/src/main/scala/org/apache/spark/ml/classification/LogisticRegression.scala 4 additions, 4 deletions...g/apache/spark/ml/classification/LogisticRegression.scala
- mllib/src/main/scala/org/apache/spark/ml/regression/LinearRegression.scala 33 additions, 8 deletions...ala/org/apache/spark/ml/regression/LinearRegression.scala
- project/MimaExcludes.scala 3 additions, 0 deletionsproject/MimaExcludes.scala
- python/pyspark/ml/classification.py 217 additions, 1 deletionpython/pyspark/ml/classification.py
- python/pyspark/ml/regression.py 243 additions, 2 deletionspython/pyspark/ml/regression.py
- python/pyspark/ml/tests.py 79 additions, 8 deletionspython/pyspark/ml/tests.py
- python/pyspark/ml/wrapper.py 23 additions, 7 deletionspython/pyspark/ml/wrapper.py
Loading
Please register or sign in to comment