This function is a wrapper around get_learners_internal()
.
1 2 3 4 5 6 7 8 9 10 | get_learners(
lrn_ids,
tuneLength = 20,
inner = mlr::makeResampleDesc("Holdout", stratify = TRUE),
iters = 5,
prob = FALSE,
smote_data,
mes,
info
)
|
lrn_ids |
|
tuneLength |
|
inner |
|
iters |
|
prob |
|
smote_data |
a named list with two elements |
mes |
|
info |
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.