paper-with-me

Papers

Predictive and Causal Implications of using Shapley Value for Model Interpretation

2020-08-12 · Sisi Ma, Roshan Tourani

Shapley value is a concept from game theory. Recently, it has been used for explaining complex models produced by machine learning techniques. Although the mathematical definition of Shapley value is straight-forward, the implication of using it as a model interpretation tool is yet to be described. In the current paper, we analyzed Shapley value in the Bayesian network framework. We established the relationship between Shapley value and conditional independence, a key concept in both predictive and causal modeling. Our results indicate that, eliminating a variable with high Shapley value from a model do not necessarily impair predictive performance, whereas eliminating a variable with low Shapley value from a model could impair performance. Therefore, using Shapley value for feature selection do not result in the most parsimonious and predictively optimal model in the general case. More importantly, Shapley value of a variable do not reflect their causal relationship with the target of interest.

📄 PDF Abstract BibTeX arXiv:2008.05052

Code (0)

등록된 구현이 없습니다.

Tasks

feature selection

Methods 이 논문이 사용한 방법론

Feature Selection Feature selection, also known as variable selection, attribute selection or variable subset selection, is the process of selecting a subset of relevant features (variables,…

Similar Papers 제목 키워드 기반

cc-Shapley: Measuring Multivariate Feature Importance Needs Causal Context

2026-02-23 · Jörg Martin, Stefan Haufe arxiv

Explainable artificial intelligence promises to yield insights into relevant features, thereby enabling humans to examine and scrutinize machine learning models or even facilitating scientific discovery. Considering the …

Feature Importance

CAGE: Causality-Aware Shapley Value for Global Explanations

2024-04-17 · Nils Ole Breuer, Andreas Sauter, Majid Mohammadi, Erman Acar

As Artificial Intelligence (AI) is having more influence on our everyday lives, it becomes important that AI-based decisions are transparent and explainable. As a consequence, the field of eXplainable AI (or XAI) has bec…

Feature Importance

Interpretable Model-Aware Counterfactual Explanations for Random Forest

2025-10-31 · Joshua S. Harvey, Guanchao Feng, Sai Anusha Meesala, Tina Zhao 외 arxiv

Despite their enormous predictive power, machine learning models are often unsuitable for applications in regulated industries such as finance, due to their limited capacity to provide explanations. While model-agnostic …

Feature Importance

Causal Shapley Values: Exploiting Causal Knowledge to Explain Individual Predictions of Complex Models

2020-11-03 · NeurIPS 2020 12 · Tom Heskes, Evi Sijben, Ioan Gabriel Bucur, Tom Claassen

Shapley values underlie one of the most popular model-agnostic methods within explainable artificial intelligence. These values are designed to attribute the difference between a model's prediction and an average baselin…

AttributeExplainable artificial intelligence

shapr: Explaining Machine Learning Models with Conditional Shapley Values in R and Python

2025-04-02 · Martin Jullum, Lars Henry Berge Olsen, Jon Lachmann, Annabelle Redelmeier

This paper introduces the shapr R package, a versatile tool for generating Shapley value based prediction explanations for machine learning and statistical regression models. Moreover, the shaprpy Python library brings t…