paper-with-me

홈 › Papers

Model-agnostic Feature Importance and Effects with Dependent Features -- A Conditional Subgroup Approach

2020-06-08 · Christoph Molnar, Gunnar König, Bernd Bischl, Giuseppe Casalicchio

The interpretation of feature importance in machine learning models is challenging when features are dependent. Permutation feature importance (PFI) ignores such dependencies, which can cause misleading interpretations due to extrapolation. A possible remedy is more advanced conditional PFI approaches that enable the assessment of feature importance conditional on all other features. Due to this shift in perspective and in order to enable correct interpretations, it is therefore important that the conditioning is transparent and humanly comprehensible. In this paper, we propose a new sampling mechanism for the conditional distribution based on permutations in conditional subgroups. As these subgroups are constructed using decision trees (transformation trees), the conditioning becomes inherently interpretable. This not only provides a simple and effective estimator of conditional PFI, but also local PFI estimates within the subgroups. In addition, we apply the conditional subgroups approach to partial dependence plots (PDP), a popular method for describing feature effects that can also suffer from extrapolation when features are dependent and interactions are present in the model. We show that PFI and PDP based on conditional subgroups often outperform methods such as conditional PFI based on knockoffs, or accumulated local effect plots. Furthermore, our approach allows for a more fine-grained interpretation of feature effects and importance within the conditional subgroups.

📄 PDF Abstract BibTeX arXiv:2006.04628

Code (1)

christophM/paper_conditional_subgroups 공식 구현

Tasks

Feature Importance

Similar Papers 제목 키워드 기반

Transforming Feature Space to Interpret Machine Learning Models

2021-04-09 · Alexander Brenning

Model-agnostic tools for interpreting machine-learning models struggle to summarize the joint effects of strongly dependent features in high-dimensional feature spaces, which play an important role in pattern recognition…

BIG-bench Machine LearningDiagnosticFeature Importance

Unrestricted Permutation forces Extrapolation: Variable Importance Requires at least One More Model, or There Is No Free Variable Importance

2019-05-01 · Giles Hooker, Lucas Mentch, Siyu Zhou

This paper reviews and advocates against the use of permute-and-predict (PaP) methods for interpreting black box functions. Methods such as the variable importance measures proposed for random forests, partial dependence…

Explanatory causal effects for model agnostic explanations

2022-06-23 · Jiuyong Li, Ha Xuan Tran, Thuc Duy Le, Lin Liu 외

This paper studies the problem of estimating the contributions of features to the prediction of a specific instance by a machine learning model and the overall contribution of a feature to the model. The causal effect of…

modelPrediction

TRIP: A Nonparametric Test to Diagnose Biased Feature Importance Scores

2025-07-09 · Aaron Foote, Danny Krizanc arxiv

Along with accurate prediction, understanding the contribution of each feature to the making of the prediction, i.e., the importance of the feature, is a desirable and arguably necessary component of a machine learning m…

Feature Importance

Information-theoretic Quantification of High-order Feature Effects in Classification Problems

2025-07-06 · Ivan Lazic, Chiara Barà, Marta Iovino, Sebastiano Stramaglia 외 arxiv

Understanding the contribution of individual features in predictive models remains a central goal in interpretable machine learning, and while many model-agnostic methods exist to estimate feature importance, they often …

Interpretable Machine LearningFeature Importance