fit.cla_tune: tune hyperparameters of ml model

View source: R/cla_tune.R

fit.cla_tuneR 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


daltoolbox documentation built on Nov. 3, 2024, 9:06 a.m.