paper-with-me

홈 › Papers

Conditional Feature Importance for Mixed Data

2022-10-06 · Kristin Blesch, David S. Watson, Marvin N. Wright

Despite the popularity of feature importance (FI) measures in interpretable machine learning, the statistical adequacy of these methods is rarely discussed. From a statistical perspective, a major distinction is between analyzing a variable's importance before and after adjusting for covariates - i.e., between $\textit{marginal}$ and $\textit{conditional}$ measures. Our work draws attention to this rarely acknowledged, yet crucial distinction and showcases its implications. Further, we reveal that for testing conditional FI, only few methods are available and practitioners have hitherto been severely restricted in method application due to mismatching data requirements. Most real-world data exhibits complex feature dependencies and incorporates both continuous and categorical data (mixed data). Both properties are oftentimes neglected by conditional FI measures. To fill this gap, we propose to combine the conditional predictive impact (CPI) framework with sequential knockoff sampling. The CPI enables conditional FI measurement that controls for any feature dependencies by sampling valid knockoffs - hence, generating synthetic data with similar statistical properties - for the data to be analyzed. Sequential knockoffs were deliberately designed to handle mixed data and thus allow us to extend the CPI approach to such datasets. We demonstrate through numerous simulations and a real-world example that our proposed workflow controls type I error, achieves high power and is in line with results given by other conditional FI measures, whereas marginal FI metrics result in misleading interpretations. Our findings highlight the necessity of developing statistically adequate, specialized methods for mixed data.

📄 PDF Abstract BibTeX arXiv:2210.03047

Code (1)

bips-hb/cfi_mixeddata 공식 구현

Tasks

Feature ImportanceInterpretable Machine Learning

Similar Papers 제목 키워드 기반

xplainfi: Feature Importance and Statistical Inference for Machine Learning in R

2026-03-16 · Lukas Burk, Fiona Katharina Ewald, Giuseppe Casalicchio, Marvin N. Wright 외 arxiv

We introduce xplainfi, an R package built on top of the mlr3 ecosystem for global, loss-based feature importance methods for machine learning models. Various feature importance methods exist in R, but significant gaps re…

Feature Importance

Efficient Black-Box Importance Sampling for VaR and CVaR Estimation

2021-06-16 · Anand Deo, Karthyek Murthy

This paper considers Importance Sampling (IS) for the estimation of tail risks of a loss defined in terms of a sophisticated object such as a machine learning feature map or a mixed integer linear optimisation formulatio…

Conditional Feature Importance with Generative Modeling Using Adversarial Random Forests

2025-01-19 · Kristin Blesch, Niklas Koenen, Jan Kapar, Pegah Golchian 외

This paper proposes a method for measuring conditional feature importance via generative modeling. In explainable artificial intelligence (XAI), conditional feature importance assesses the impact of a feature on a predic…

Explainable artificial intelligenceExplainable Artificial Intelligence (XAI)Feature Importance

Visualizing the Feature Importance for Black Box Models

2018-04-18 · Giuseppe Casalicchio, Christoph Molnar, Bernd Bischl

In recent years, a large amount of model-agnostic methods to improve the transparency, trustability and interpretability of machine learning models have been developed. We introduce local feature importance as a local ve…

Feature Importance

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 d…

Feature Importance