select | R Documentation |
Select models based on hold-out-validation during the learning phase.
select(
comparison,
method = c("best", "close", "optimal", "user"),
...,
args = list()
)
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 |
Select models based on empirical performances prior to evaluation study, see
select_best
, select_close
, select_optimal
indices of selected model
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.