mlr3pipelines icon indicating copy to clipboard operation
mlr3pipelines copied to clipboard

POFU should use feature_types as reported by input tasks

Open mb706 opened this issue 1 year ago • 0 comments

... and not the datatypes it gets from $data() (https://github.com/mlr-org/mlr3/issues/685). Otherwise subsequent PipeOpTaskPreprocs can give errors about incongruent train/predict-tasks.

mb706 avatar Sep 24 '22 18:09 mb706