-
- Downloads
[SPARK-19616][SPARKR] weightCol and aggregationDepth should be improved for some SparkR APIs
## What changes were proposed in this pull request? This is a follow-up PR of #16800 When doing SPARK-19456, we found that "" should be consider a NULL column name and should not be set. aggregationDepth should be exposed as an expert parameter. ## How was this patch tested? Existing tests. Author: wm624@hotmail.com <wm624@hotmail.com> Closes #16945 from wangmiao1981/svc.
Showing
- R/pkg/R/generics.R 1 addition, 1 deletionR/pkg/R/generics.R
- R/pkg/R/mllib_classification.R 9 additions, 4 deletionsR/pkg/R/mllib_classification.R
- R/pkg/R/mllib_regression.R 16 additions, 8 deletionsR/pkg/R/mllib_regression.R
- R/pkg/inst/tests/testthat/test_mllib_classification.R 9 additions, 1 deletionR/pkg/inst/tests/testthat/test_mllib_classification.R
- mllib/src/main/scala/org/apache/spark/ml/r/AFTSurvivalRegressionWrapper.scala 5 additions, 1 deletion.../org/apache/spark/ml/r/AFTSurvivalRegressionWrapper.scala
- mllib/src/main/scala/org/apache/spark/ml/r/GeneralizedLinearRegressionWrapper.scala 3 additions, 1 deletion...pache/spark/ml/r/GeneralizedLinearRegressionWrapper.scala
- mllib/src/main/scala/org/apache/spark/ml/r/IsotonicRegressionWrapper.scala 2 additions, 1 deletion...ala/org/apache/spark/ml/r/IsotonicRegressionWrapper.scala
- mllib/src/main/scala/org/apache/spark/ml/r/LogisticRegressionWrapper.scala 5 additions, 2 deletions...ala/org/apache/spark/ml/r/LogisticRegressionWrapper.scala
Please register or sign in to comment