Closed mb706 closed 2 months 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.
Task
PipeOp
$predict
"test"
Ideally this should work with caching down the line.
Closed by #770
All
Task
-PipeOp
s 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.