mlr3pipelines
mlr3pipelines copied to clipboard
Make Preprocess Date Features work with `Date()` features
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.