We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9187a7 commit 62075a8Copy full SHA for 62075a8
vignettes/parsnip_Intro.Rmd
@@ -32,7 +32,7 @@ Modeling functions across different R packages can have very different interface
32
33
* `randomForest::randomForest` uses `ntree`,
34
* `ranger::ranger` uses `num.trees`,
35
-* Spark's `ml_random_forest` uses `num_trees`.
+* Spark's `sparklyr::ml_random_forest` uses `num_trees`.
36
37
Rather than remembering these values, a common interface to these models can be used with
38
0 commit comments