paper-with-me

홈 › Papers

Is Shapley Explanation for a model unique?

2021-11-23 · Harsh Kumar, Jithu Chandran

Shapley value has recently become a popular way to explain the predictions of complex and simple machine learning models. This paper is discusses the factors that influence Shapley value. In particular, we explore the relationship between the distribution of a feature and its Shapley value. We extend our analysis by discussing the difference that arises in Shapley explanation for different predicted outcomes from the same model. Our assessment is that Shapley value for particular feature not only depends on its expected mean but on other moments as well such as variance and there are disagreements for baseline prediction, disagreements for signs and most important feature for different outcomes such as probability, log odds, and binary decision generated using same linear probability model (logit/probit). These disagreements not only stay for local explainability but also affect the global feature importance. We conclude that there is no unique Shapley explanation for a given model. It varies with model outcome (Probability/Log-odds/binary decision such as accept vs reject) and hence model application.

📄 PDF Abstract BibTeX arXiv:2111.11946

Code (0)

등록된 구현이 없습니다.

Tasks

Feature Importancemodel

Similar Papers 제목 키워드 기반

The many Shapley values for model explanation

2019-08-22 · ICML 2020 1 · Mukund Sundararajan, Amir Najmi

The Shapley value has become a popular method to attribute the prediction of a machine-learning model on an input to its base features. The use of the Shapley value is justified by citing [16] showing that it is the \emp…

AttributeDiabetes Predictionmodel

Mathematically rigorous proofs for Shapley explanations

2025-09-28 · David van Batenburg arxiv

Machine Learning is becoming increasingly more important in today's world. It is therefore very important to provide understanding of the decision-making process of machine-learning models. A popular way to do this is by…

Dimensionality Reduction

Problems with Shapley-value-based explanations as feature importance measures

2020-02-25 · ICML 2020 1 · I. Elizabeth Kumar, Suresh Venkatasubramanian, Carlos Scheidegger, Sorelle Friedler

Game-theoretic formulations of feature importance have become popular as a way to "explain" machine learning models. These methods define a cooperative game between the features of a model and distribute influence among …

Feature Importance

From Shapley Values to Generalized Additive Models and back

2022-09-08 · Sebastian Bordt, Ulrike Von Luxburg

In explainable machine learning, local post-hoc explanation algorithms and inherently interpretable models are often seen as competing approaches. This work offers a partial reconciliation between the two by establishing…

Additive models

groupShapley: Efficient prediction explanation with Shapley values for feature groups

2021-06-23 · Martin Jullum, Annabelle Redelmeier, Kjersti Aas

Shapley values has established itself as one of the most appropriate and theoretically sound frameworks for explaining predictions from complex machine learning models. The popularity of Shapley values in the explanation…