Builds a tidymodels workflow based on an input model and recipe.

buildWflow(parsnip_mod, recipe)

Arguments

parsnip_mod

A parsnip model object, such as the output of buildLRModel() (random forest and boosted tree support planned)

recipe

A recipe, such as the output of buildRecipe()

Value

A workflow object