Skip to content

Commit

Permalink
Merge pull request tidymodels#687 from jmarshallnz/set_engine_docs
Browse files Browse the repository at this point in the history
refine documentation of set_engine to make passing arguments to the engine fit function clearer
  • Loading branch information
juliasilge authored Mar 22, 2022
2 parents e666d82 + 9f4ff0e commit 6928a6d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion R/engines.R
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ load_libs <- function(x, quiet, attach = FALSE) {
#' these in your model type function, like `rand_forest(trees = 2000)`.
#' - _Engine arguments_ are either specific to a particular engine or used
#' more rarely; there is no change for these argument names from the underlying
#' engine. Set these in `set_engine()`, like
#' engine. The `...` argument of `set_engine()` allows any engine-specific
#' argument to be passed directly to the engine fitting function, like
#' `set_engine("ranger", importance = "permutation")`.
#'
#'
Expand Down
3 changes: 2 additions & 1 deletion man/set_engine.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6928a6d

Please sign in to comment.