This version does not satisfy the R version selected. Required R version: >= 3.6.0
Modeling Workflows
Managing both a 'parsnip' model and its data preparation steps, such as a model formula or recipe from 'recipes', can often be challenging. The goal of 'workflows' is to streamline this process by bundling the model with its data preparation, all within the same object.