Description
Before the 2.1 release, we should finalize the API for logistic regression. After SPARK-7159, we have both LogisticRegression and MultinomialLogisticRegression models. This may be confusing to users and, is a bit superfluous since MLOR can do basically all of what BLOR does. We should decide if it needs to be changed and implement those changes before 2.1
Update: Seems we have decided to merge the two estimators. I changed the title to reflect that.
Attachments
Issue Links
- blocks
-
SPARK-17157 Add multiclass logistic regression SparkR Wrapper
- Resolved
-
SPARK-17239 User guide for multiclass logistic regression in spark.ml
- Resolved
- is depended upon by
-
SPARK-17138 Python API for multinomial logistic regression
- Resolved
- links to