dal_tune: DAL Tune

View source: R/dal_tune.R

dal_tuneR 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

daltoolbox documentation built on April 12, 2025, 1:28 a.m.