View source: R/modelling_tidymodels.R
make_recs | R Documentation |
Make preprocessor specifations using the recipes
package. Each
recipe specifies different steps to be applied during the analysis process,
depending on the type of model to be used.
make_recs(formula, data)
formula |
a model formula. No in-line function should be used here, and no minus signs are allowed. For high dimensional sets avoid this function. |
data |
A data frame or tibble. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.