Create workflows for the algorithms based on the hyperparameters

create_workflows(lasso_spec, rand_spec, xg_spec, category)

Arguments

lasso_spec

The model specification for lasso

rand_spec

The model specification for random forest

xg_spec

The model specification for XGBoost

category

The target binary category

Value

A list of the workflows for lasso, random forest, and XGBoost.