View source: R/create_auto_tuner.R
create_auto_tuner | R Documentation |
Function that given a list of graph learners, an inner resampling, a measure, a terminator and a tuner creates a list of auto tuner learners
create_auto_tuner(learner, inner_resampling, measure, terminator, tuner)
inner_resampling |
inner resampling strategy |
measure |
measure |
terminator |
termination criterion |
tuner |
tuning procedure#' |
learners |
list of graph_learners |
an mlr3 graph learner
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.