mlr3pipelines
mlr3pipelines copied to clipboard
handle `"test"` rows in task
All Task-PipeOps should automatically call $predict on the "test"-rows, so operations (or learners) that come later in the stream can rely on the "test" rows being valid.
Ideally this should work with caching down the line.