View source: R/create_best_benchmark.R
create_best_benchmark | R Documentation |
Function that given a benchmark result, measure, task_type, task number of learners and resampling strategy outputs a new benchmark, containing the best learners
create_best_benchmark(task, bmr, measure, n_best, resampling = NULL)
task |
task |
bmr |
benchmark results |
measure |
measure |
n_best |
number of choosen learners |
resampling |
resampling strategy - needs to be mlr3 object for now |
returns a benchmarking result
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.