paper-with-me

Papers

An Efficient Shapley Value Computation for the Naive Bayes Classifier

2023-07-31 · Vincent Lemaire, Fabrice Clérot, Marc Boullé

Variable selection or importance measurement of input variables to a machine learning model has become the focus of much research. It is no longer enough to have a good model, one also must explain its decisions. This is why there are so many intelligibility algorithms available today. Among them, Shapley value estimation algorithms are intelligibility methods based on cooperative game theory. In the case of the naive Bayes classifier, and to our knowledge, there is no ``analytical" formulation of Shapley values. This article proposes an exact analytic expression of Shapley values in the special case of the naive Bayes Classifier. We analytically compare this Shapley proposal, to another frequently used indicator, the Weight of Evidence (WoE) and provide an empirical comparison of our proposal with (i) the WoE and (ii) KernelShap results on real world datasets, discussing similar and dissimilar results. The results show that our Shapley proposal for the naive Bayes classifier provides informative results with low algorithmic complexity so that it can be used on very large datasets with extremely low computation time.

📄 PDF Abstract BibTeX arXiv:2307.16718

Code (0)

등록된 구현이 없습니다.

Tasks

Variable Selection

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Positive Feature Values Prioritized Hierarchical Redundancy Eliminated Tree Augmented Naive Bayes Classifier for Hierarchical Feature Spaces

2022-04-12 · Cen Wan

The Hierarchical Redundancy Eliminated Tree Augmented Naive Bayes (HRE-TAN) classifier is a semi-naive Bayesian model that learns a type of hierarchical redundancy-free tree-like feature representation to estimate the da…

A Blended Likelihood Approach for Achieving Fairness Using Naive Bayes

2026-05-24 · John Arthur Junior, Abdul Lateef Yussif, Maame G. Asante-Mensah, Charles R. Haruna 외 arxiv

Concerns about algorithmic bias and fairness have increased as artificial intelligence has been incorporated into high-stakes decision-making. Traditional Naive Bayes classifiers, while efficient and interpretable, lack …

Computational Efficiency

On the Convergence of the Shapley Value in Parametric Bayesian Learning Games

2022-05-16 · Lucas Agussurja, Xinyi Xu, Bryan Kian Hsiang Low

Measuring contributions is a classical problem in cooperative game theory where the Shapley value is the most well-known solution concept. In this paper, we establish the convergence property of the Shapley value in para…

Bayesian Inference

Explaining Naive Bayes and Other Linear Classifiers with Polynomial Time and Delay

2020-08-13 · NeurIPS 2020 12 · Joao Marques-Silva, Thomas Gerspacher, Martin C. Cooper, Alexey Ignatiev 외

Recent work proposed the computation of so-called PI-explanations of Naive Bayes Classifiers (NBCs). PI-explanations are subset-minimal sets of feature-value pairs that are sufficient for the prediction, and have been co…

Using the Naive Bayes as a discriminative classifier

2020-12-25 · Elie Azeraf, Emmanuel Monfrini, Wojciech Pieczynski

For classification tasks, probabilistic models can be categorized into two disjoint classes: generative or discriminative. It depends on the posterior probability computation of the label $x$ given the observation $y$, $…

regression