Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Prediction Models That Learn to Avoid Missing Values

About

Handling missing values at test time is challenging for machine learning models, especially when aiming for both high accuracy and interpretability. Established approaches often add bias through imputation or excessive model complexity via missingness indicators. Moreover, either method can obscure interpretability, making it harder to understand how the model utilizes the observed variables in predictions. We propose missingness-avoiding (MA) machine learning, a general framework for training models to rarely require the values of missing (or imputed) features at test time. We create tailored MA learning algorithms for decision trees, tree ensembles, and sparse linear models by incorporating classifier-specific regularization terms in their learning objectives. The tree-based models leverage contextual missingness by reducing reliance on missing values based on the observed context. Experiments on real-world datasets demonstrate that MA-DT, MA-LASSO, MA-RF, and MA-GBT effectively reduce the reliance on features with missing values while maintaining predictive performance competitive with their unregularized counterparts. This shows that our framework gives practitioners a powerful tool to maintain interpretability in predictions with test-time missing values.

Lena Stempfle, Anton Matsson, Newton Mwai, Fredrik D. Johansson• 2025

Related benchmarks

TaskDatasetResultRank
Binary ClassificationFICO (test)
AUROC76
32
Prediction under missing valuesLIFE (test)
AUROC98
24
PredictionPharyngitis (test)
AUROC71.7
19
PredictionBreast Cancer (test)
AUROC72.2
19
Binary ClassificationADNI (test)
AUROC78
12
Prediction under missing valuesADNI (test)
AUROC78.5
12
Binary ClassificationNHANES (test)
AUROC84.5
12
Prediction under missing valuesNHANES (test)
AUROC84.5
12
Prediction under missing valuesFICO (test)
AUROC76.3
12
Showing 9 of 9 rows

Other info

Follow for update