View source: R/reduceResultsBatchmark.R
reduceResultsBatchmark | R Documentation |
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).
reduceResultsBatchmark(
ids = NULL,
store_backends = TRUE,
reg = batchtools::getDefaultRegistry(),
fun = NULL,
unmarshal = TRUE
)
ids |
[ |
store_backends |
( |
reg |
[ |
fun |
[ |
unmarshal |
|
mlr3::BenchmarkResult.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.