make_recs: Recipe constructor

View source: R/modelling_tidymodels.R

make_recsR Documentation

Recipe constructor

Description

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.

Usage

make_recs(formula, data)

Arguments

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.


D-Se/ML documentation built on April 1, 2022, 10:53 p.m.