Handling missing values in clinical machine learning: Insights from an expert study
Lena Stempfle, Arthur James, Julie Josse, Tobias Gauss, Fredrik D. Johansson
TL;DR
The paper investigates how clinicians handle missing values at test time in interpretable clinical machine learning, using a real-world hemorrhagic shock use case. It gathers qualitative data from a large French trauma-clinician survey and quantitatively analyzes attitudes toward three IML approaches (risk scores, linear models, and decision trees) under missing data. Key findings show clinicians prefer models that handle missingness natively, rely on observed data and medical intuition, and favor transparent, interpretable imputation approaches over black-box methods. The study highlights the need to embed clinical reasoning into model design (e.g., native missingness handling like MIA), co-design with clinicians, and explicit communication of uncertainty to enhance adoption in clinical workflows.
Abstract
Inherently interpretable machine learning (IML) models offer valuable support for clinical decision-making but face challenges when features contain missing values. Traditional approaches, such as imputation or discarding incomplete records, are often impractical in scenarios where data is missing at test time. We surveyed 55 clinicians from 29 French trauma centers, collecting 20 complete responses to study their interaction with three IML models in a real-world clinical setting for predicting hemorrhagic shock with missing values. Our findings reveal that while clinicians recognize the value of interpretability and are familiar with common IML approaches, traditional imputation techniques often conflict with their intuition. Instead of imputing unobserved values, they rely on observed features combined with medical intuition and experience. As a result, methods that natively handle missing values are preferred. These findings underscore the need to integrate clinical reasoning into future IML models to enhance human-computer interaction.
