Skip to content

Commit 62075a8

Browse files
committed
enable linking to rdocumentation.org
1 parent c9187a7 commit 62075a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vignettes/parsnip_Intro.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Modeling functions across different R packages can have very different interface
3232

3333
* `randomForest::randomForest` uses `ntree`,
3434
* `ranger::ranger` uses `num.trees`,
35-
* Spark's `ml_random_forest` uses `num_trees`.
35+
* Spark's `sparklyr::ml_random_forest` uses `num_trees`.
3636

3737
Rather than remembering these values, a common interface to these models can be used with
3838

0 commit comments

Comments
 (0)