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 beee899 commit 8fed366Copy full SHA for 8fed366
R/rand_forest.R
@@ -29,8 +29,8 @@
29
#' The model can be created using the [fit()] function using the
30
#' following _engines_:
31
#' \itemize{
32
-#' \item \pkg{R}: `ranger` or `randomForests` packages
33
-#' \item \pkg{Spark}: `RandomForestModel` class
+#' \item \pkg{R}: `"ranger"` or `"randomForests"`
+#' \item \pkg{Spark}: `"spark"`
34
#' }
35
#' @export
36
#' @rdname rand_forest
0 commit comments