select_hyper {daltoolbox}R Documentation

Selection hyper parameters

Description

Selects the optimal hyperparameters from a dataset resulting from k-fold cross-validation

Usage

select_hyper(obj, hyperparameters)

Arguments

obj

the object or model used for hyperparameter selection.

hyperparameters

data set with hyper parameters and quality measure from execution

Value

returns the index of selected hyper parameter


[Package daltoolbox version 1.2.727 Index]