dal_tune {daltoolbox} | R Documentation |
DAL Tune
Description
Creates an ancestor class for hyperparameter optimization, allowing the tuning of a base model using cross-validation.
Usage
dal_tune(base_model, folds = 10)
Arguments
base_model |
base model for tuning |
folds |
number of folds for cross-validation |
Value
returns a dal_tune
object
Examples
#See ?cla_tune for classification tuning
#See ?reg_tune for regression tuning
#See ?ts_tune for time series tuning
[Package daltoolbox version 1.2.707 Index]