fit.cla_tune: tune hyperparameters of ml model
Description
Tunes the hyperparameters of a machine learning model for classification
Usage
# S3 method for 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