View source: R/classify_text.r
create_workflows | R Documentation |
Create workflows for the algorithms based on the hyperparameters
create_workflows(lasso_spec, rand_spec, xg_spec, category)
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 |
A list of the workflows for lasso, random forest, and XGBoost.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.