select_hyper.cla_tune: selection of hyperparameters
Description
Selects the optimal hyperparameter by maximizing the average classification metric. It wraps dplyr library.
Usage
# S3 method for cla_tune
select_hyper(obj, hyperparameters)
Value
returns a optimized key number of hyperparameters
Arguments
- obj
an object representing the model or tuning process
- hyperparameters
a dataframe with columns key
(hyperparameter configuration) and metric
(classification metric)