View source: R/05-mlr-project.R
Creates a mlr MBO tune wrapper
1 2 3 4 5 6 7 8 9 | tune_wrapper(
learner,
tune.control,
show.info,
par.set,
resampling,
measure,
task
)
|
learner |
Learner from mlr::makeLearner |
tune.control |
See |
show.info |
See |
par.set |
See |
resampling |
mlr resampling |
measure |
Measure for scoring. |
task |
mlr task |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.