Create tuning parameters for algorithms (i.e., lasso, random forest, and XGBoost).

create_tunes(mode = "classification")

Arguments

mode

The mode for the model specification.

Value

A list output that contains the tuning parameters for lasso, random forest, and XGBoost.