R/classify_text.r
create_workflows.Rd
Create workflows for the algorithms based on the hyperparameters
create_workflows(lasso_spec, rand_spec, xg_spec, category)
The model specification for lasso
The model specification for random forest
The model specification for XGBoost
The target binary category
A list of the workflows for lasso, random forest, and XGBoost.