srowen commented on a change in pull request #25684:
[SPARK-28980][CORE][SQL][STREAMING][MLLIB] Remove most items deprecated in
Spark 2.2.0 or earlier, for Spark 3
URL: https://github.com/apache/spark/pull/25684#discussion_r321008241
##########
File path:
mllib/src/main/scala/org/apache/spark/mllib/classification/LogisticRegression.scala
##########
@@ -224,117 +224,11 @@ class LogisticRegressionWithSGD private[mllib] (
.setMiniBatchFraction(miniBatchFraction)
override protected val validators = List(DataValidators.binaryLabelValidator)
- /**
- * Construct a LogisticRegression object with default parameters: {stepSize:
1.0,
- * numIterations: 100, regParm: 0.01, miniBatchFraction: 1.0}.
- */
- @Since("0.8.0")
- @deprecated("Use ml.classification.LogisticRegression or
LogisticRegressionWithLBFGS", "2.0.0")
Review comment:
Not sure if @jkbradley or @mengxr want to review the removal of MLlib
deprecated items, but these have been deprecated a while.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]