-
- Downloads
[SPARK-14829][MLLIB] Deprecate GLM APIs using SGD
## What changes were proposed in this pull request? According to the [SPARK-14829](https://issues.apache.org/jira/browse/SPARK-14829), deprecate API of LogisticRegression and LinearRegression using SGD ## How was this patch tested? manual tests Author: Zheng RuiFeng <ruifengz@foxmail.com> Closes #12596 from zhengruifeng/deprecate_sgd.
Showing
- mllib/src/main/scala/org/apache/spark/mllib/classification/LogisticRegression.scala 2 additions, 0 deletions...pache/spark/mllib/classification/LogisticRegression.scala
- mllib/src/main/scala/org/apache/spark/mllib/regression/Lasso.scala 4 additions, 0 deletions.../main/scala/org/apache/spark/mllib/regression/Lasso.scala
- mllib/src/main/scala/org/apache/spark/mllib/regression/LinearRegression.scala 2 additions, 0 deletions.../org/apache/spark/mllib/regression/LinearRegression.scala
- mllib/src/main/scala/org/apache/spark/mllib/regression/RidgeRegression.scala 4 additions, 0 deletions...a/org/apache/spark/mllib/regression/RidgeRegression.scala
- python/pyspark/mllib/classification.py 7 additions, 0 deletionspython/pyspark/mllib/classification.py
- python/pyspark/mllib/regression.py 18 additions, 0 deletionspython/pyspark/mllib/regression.py
Loading
Please register or sign in to comment