fit.cla_tune {daltoolbox}R Documentation

tune hyperparameters of ml model

Description

Tunes the hyperparameters of a machine learning model for classification

Usage

## S3 method for class 'cla_tune'
fit(obj, data, ranges, ...)

Arguments

obj

an object containing the model and tuning configuration

data

the dataset used for training and evaluation

ranges

a list of hyperparameter ranges to explore

...

optional arguments

Value

a fitted obj


[Package daltoolbox version 1.2.707 Index]