-
- Downloads
[SPARK-23046][ML][SPARKR] Have RFormula include VectorSizeHint in pipeline
## What changes were proposed in this pull request? Including VectorSizeHint in RFormula piplelines will allow them to be applied to streaming dataframes. ## How was this patch tested? Unit tests. Author: Bago Amirbekian <bago@databricks.com> Closes #20238 from MrBago/rFormulaVectorSize. (cherry picked from commit 186bf8fb) Signed-off-by:Joseph K. Bradley <joseph@databricks.com>
Showing
- R/pkg/R/mllib_utils.R 1 addition, 0 deletionsR/pkg/R/mllib_utils.R
- mllib/src/main/scala/org/apache/spark/ml/feature/RFormula.scala 15 additions, 3 deletions...src/main/scala/org/apache/spark/ml/feature/RFormula.scala
- mllib/src/test/scala/org/apache/spark/ml/feature/RFormulaSuite.scala 32 additions, 5 deletions...est/scala/org/apache/spark/ml/feature/RFormulaSuite.scala
Loading
Please register or sign in to comment