select: Statistical Evaluation of Prediction Models (SEPM)

View source: R/select.R

selectR Documentation

Statistical Evaluation of Prediction Models (SEPM)

Description

Select models based on hold-out-validation during the learning phase.

Usage

select(
  comparison,
  method = c("best", "close", "optimal", "user"),
  ...,
  args = list()
)

Arguments

comparison

SEPM.comparison

method

character, specifying how models (algorithms) for the evaluation study shall be selected. See

...

further named arguments to selection method

args

list of named arguments to selection method

Details

Select models based on empirical performances prior to evaluation study, see select_best, select_close, select_optimal

Value

indices of selected model


maxwestphal/SEPM documentation built on April 12, 2024, 12:09 a.m.