-
- Downloads
[SPARK-20906][SPARKR] Constrained Logistic Regression for SparkR
## What changes were proposed in this pull request? PR https://github.com/apache/spark/pull/17715 Added Constrained Logistic Regression for ML. We should add it to SparkR. ## How was this patch tested? Add new unit tests. Author: wangmiao1981 <wm624@hotmail.com> Closes #18128 from wangmiao1981/test.
Showing
- R/pkg/R/mllib_classification.R 59 additions, 2 deletionsR/pkg/R/mllib_classification.R
- R/pkg/tests/fulltests/test_mllib_classification.R 40 additions, 0 deletionsR/pkg/tests/fulltests/test_mllib_classification.R
- 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/r/LogisticRegressionWrapper.scala 32 additions, 2 deletions...ala/org/apache/spark/ml/r/LogisticRegressionWrapper.scala
Loading
Please register or sign in to comment