reduceResultsBatchmark {mlr3batchmark} | R Documentation |
Collect Results from batchmark
Description
Collect the results from jobs defined via batchmark()
and combine them into
a mlr3::BenchmarkResult.
Note that ids
defaults to finished jobs (as reported by batchtools::findDone()
).
If a job threw an error, is expired or is still running, it will be ignored with this default.
Just leaving these jobs out in an analysis is not statistically sound.
Instead, try to robustify your jobs by using a fallback learner (c.f. mlr3::Learner).
Usage
reduceResultsBatchmark(
ids = NULL,
store_backends = TRUE,
reg = batchtools::getDefaultRegistry()
)
Arguments
ids |
[ |
store_backends |
( |
reg |
[ |