-
- Downloads
[SPARK-19460][SPARKR] Update dataset used in R documentation, examples to...
[SPARK-19460][SPARKR] Update dataset used in R documentation, examples to reduce warning noise and confusions ## What changes were proposed in this pull request? Replace `iris` dataset with `Titanic` or other dataset in example and document. ## How was this patch tested? Manual and existing test Author: wm624@hotmail.com <wm624@hotmail.com> Closes #17032 from wangmiao1981/example.
Showing
- R/pkg/R/mllib_classification.R 7 additions, 8 deletionsR/pkg/R/mllib_classification.R
- R/pkg/R/mllib_clustering.R 8 additions, 7 deletionsR/pkg/R/mllib_clustering.R
- R/pkg/R/mllib_regression.R 7 additions, 7 deletionsR/pkg/R/mllib_regression.R
- R/pkg/R/mllib_tree.R 10 additions, 8 deletionsR/pkg/R/mllib_tree.R
- R/pkg/vignettes/sparkr-vignettes.Rmd 25 additions, 22 deletionsR/pkg/vignettes/sparkr-vignettes.Rmd
- examples/src/main/r/ml/bisectingKmeans.R 6 additions, 5 deletionsexamples/src/main/r/ml/bisectingKmeans.R
- examples/src/main/r/ml/glm.R 11 additions, 9 deletionsexamples/src/main/r/ml/glm.R
- examples/src/main/r/ml/kmeans.R 6 additions, 4 deletionsexamples/src/main/r/ml/kmeans.R
- examples/src/main/r/ml/ml.R 5 additions, 4 deletionsexamples/src/main/r/ml/ml.R
Loading
Please register or sign in to comment