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

learner imputation can lead to unexpected behaviour #691

Open sebffischer opened 2 years ago

sebffischer commented 2 years ago

https://stackoverflow.com/q/73789223/8167262

This is caused by https://github.com/mlr-org/mlr3pipelines/blob/ed878ca735dc23e1f48cf4f6339a01b82b74c94d/R/PipeOpImputeLearner.R#L164

I don't fully understand the comment however.

Maybe this should be documented better.