Imputation for prediction: beware of diminishing returns
Marine Le Morvan, Gaël Varoquaux
TL;DR
The paper empirically investigates whether high-accuracy imputations meaningfully improve downstream predictive performance. By evaluating 26 model-imputation pipelines across 19 MCAR datasets, it finds that gains in prediction are typically small (often less than 10% of the imputation gain), especially as models become more expressive, when a missingness indicator is included, or when outcomes are nonlinear. The results show that simple imputations can be competitive, that a missingness indicator provides consistent benefits even under MCAR, and that MNAR scenarios generally yield smaller improvements from imputation. The work suggests that practical focus should shift toward modeling strategies and informative missingness encodings rather than pursuing increasingly sophisticated imputations for the sake of prediction.
Abstract
Missing values are prevalent across various fields, posing challenges for training and deploying predictive models. In this context, imputation is a common practice, driven by the hope that accurate imputations will enhance predictions. However, recent theoretical and empirical studies indicate that simple constant imputation can be consistent and competitive. This empirical study aims at clarifying if and when investing in advanced imputation methods yields significantly better predictions. Relating imputation and predictive accuracies across combinations of imputation and predictive models on 19 datasets, we show that imputation accuracy matters less i) when using expressive models, ii) when incorporating missingness indicators as complementary inputs, iii) matters much more for generated linear outcomes than for real-data outcomes. Interestingly, we also show that the use of the missingness indicator is beneficial to the prediction performance, even in MCAR scenarios. Overall, on real-data with powerful models, improving imputation only has a minor effect on prediction performance. Thus, investing in better imputations for improved predictions often offers limited benefits.
