powered by
Creates an ancestor class for hyperparameter optimization, allowing the tuning of a base model using cross-validation.
dal_tune(base_model, folds = 10)
returns a dal_tune object
dal_tune
base model for tuning
number of folds for cross-validation
#See ?cla_tune for classification tuning #See ?reg_tune for regression tuning #See ?ts_tune for time series tuning
Run the code above in your browser using DataLab