Description Usage Arguments Value
View source: R/model_selection.R
Model selection for degrees of freedom and number of classes
1 2 3 4 5 6 7 8 | model_selection(
data,
args,
beta_formulas,
nclasses_list,
cr,
param_grid = NULL
)
|
data |
data of model |
args |
args of model |
beta_formulas |
List of formulas for beta expansion |
nclasses_list |
Vector for possible number of classes |
cr |
Criterion for model selection |
Initialized and pretrained model with best performance based on selection criterion
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.