dal_tune {daltoolbox}R Documentation

DAL Tune

Description

Ancestor class for hyper parameter optimization

Usage

dal_tune(base_model, folds = 10)

Arguments

base_model

base model for tuning

folds

number of folds for cross-validation

Value

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.0.767 Index]