mlr-org / mlr3pipelines

Dataflow Programming for Machine Learning in R
https://mlr3pipelines.mlr-org.com/
GNU Lesser General Public License v3.0
140 stars 25 forks source link

handle `"test"` rows in task #698

Closed mb706 closed 2 months ago

mb706 commented 2 years ago

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.

mb706 commented 2 months ago

Closed by #770