Description Usage Arguments Details
View source: R/rsample_utils.R
Makes it easier to prepare recipes using training data from nested resamples created with rolling_origin_nested.
1 | prepper_nested(split, recipe, strings_as_factors = FALSE, ...)
|
split |
An |
recipe |
An untrained |
strings_as_factors |
A logical: should character columns be converted to factors? This
affects the preprocessed training set (when retain = TRUE) as well as the results of
bake.recipe. Unlike |
... |
Other arguments passed to |
Sets the underlying prep()
argument fresh
to TRUE.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.