mlr3pipelines icon indicating copy to clipboard operation
mlr3pipelines copied to clipboard

Make Preprocess Date Features work with `Date()` features

Open m-muecke opened this issue 10 months ago • 2 comments

The date features PipeOp currently only supports POSIX() features, but it should also support Date() ones and just neglect the date time specific generated features.

m-muecke avatar Dec 23 '24 11:12 m-muecke