View source: R/enr functions.R
en_kfold_accuracy_tied_grid | R Documentation |
This function breaks ties if model performance for grid search enr models is tied (DOCUMENTATION COMING)
en_kfold_accuracy_tied_grid(
tied_alphas,
tied_lambdas,
tied_cutoffs,
ddata,
response_var,
iter = 100,
k = 10,
favor_parsimony = TRUE,
eq_wt = FALSE,
seed = 522,
type_meas = "deviance",
selection_type = "modal"
)
en_kfold_accuracy_tied_grid()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.