select_hyper.cla_tune: selection of hyperparameters

View source: R/cla_tune.R

select_hyper.cla_tuneR Documentation

selection of hyperparameters

Description

Selects the optimal hyperparameter by maximizing the average classification metric. It wraps dplyr library.

Usage

## S3 method for class 'cla_tune'
select_hyper(obj, hyperparameters)

Arguments

obj

an object representing the model or tuning process

hyperparameters

a dataframe with columns key (hyperparameter configuration) and metric (classification metric)

Value

returns a optimized key number of hyperparameters


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