R/classify_text.r
create_tunes.RdCreate tuning parameters for algorithms (i.e., lasso, random forest, and XGBoost).
create_tunes(mode = "classification")The mode for the model specification.
A list output that contains the tuning parameters for lasso, random forest, and XGBoost.