Learn R Programming

mlr (version 2.9)

mergeBenchmarkResultTask: Merge different tasks of BenchmarkResult objects.

Description

Combines the BenchmarkResult objects that were performed on different tasks with the same set of learner(s). This can be helpful if you, e.g. forgot to run the set of learners on a new task

Usage

mergeBenchmarkResultTask(...)

Arguments

...
[BenchmarkResult] BenchmarkResult objects that should be merged.