MINTY: Rule-based Models that Minimize the Need for Imputing Features with Missing Values
Lena Stempfle, Fredrik D. Johansson

TL;DR
MINTY introduces a rule-based modeling approach that minimizes reliance on imputed features, enhancing interpretability and robustness in prediction tasks with missing data, while maintaining competitive accuracy.
Contribution
The paper presents MINTY, a novel method for learning sparse, interpretable rule models that avoid dependence on missing features, reducing the need for imputation at test time.
Findings
MINTY achieves comparable or better predictive performance than baselines.
MINTY models rely less on features with missing values.
Experiments validate MINTY's robustness and interpretability.
Abstract
Rule models are often preferred in prediction tasks with tabular inputs as they can be easily interpreted using natural language and provide predictive performance on par with more complex models. However, most rule models' predictions are undefined or ambiguous when some inputs are missing, forcing users to rely on statistical imputation models or heuristics like zero imputation, undermining the interpretability of the models. In this work, we propose fitting concise yet precise rule models that learn to avoid relying on features with missing values and, therefore, limit their reliance on imputation at test time. We develop MINTY, a method that learns rules in the form of disjunctions between variables that act as replacements for each other when one or more is missing. This results in a sparse linear rule model, regularized to have small dependence on features with missing values,…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning and Data Classification · Explainable Artificial Intelligence (XAI) · Topic Modeling
