paper-with-me

Papers

Implementing local-explainability in Gradient Boosting Trees: Feature Contribution

2024-02-14 · Ángel Delgado-Panadero, Beatriz Hernández-Lorca, María Teresa García-Ordás, José Alberto Benítez-Andrades

Gradient Boost Decision Trees (GBDT) is a powerful additive model based on tree ensembles. Its nature makes GBDT a black-box model even though there are multiple explainable artificial intelligence (XAI) models obtaining information by reinterpreting the model globally and locally. Each tree of the ensemble is a transparent model itself but the final outcome is the result of a sum of these trees and it is not easy to clarify. In this paper, a feature contribution method for GBDT is developed. The proposed method takes advantage of the GBDT architecture to calculate the contribution of each feature using the residue of each node. This algorithm allows to calculate the sequence of node decisions given a prediction. Theoretical proofs and multiple experiments have been carried out to demonstrate the performance of our method which is not only a local explicability model for the GBDT algorithm but also a unique option that reflects GBDTs internal behavior. The proposal is aligned to the contribution of characteristics having impact in some artificial intelligence problems such as ethical analysis of Artificial Intelligence (AI) and comply with the new European laws such as the General Data Protection Regulation (GDPR) about the right to explain and nondiscrimination.

📄 PDF Abstract BibTeX arXiv:2402.09197

Code (0)

등록된 구현이 없습니다.

Tasks

Explainable artificial intelligenceExplainable Artificial Intelligence (XAI)

Similar Papers 제목 키워드 기반

Statistical Inference for Explainable Boosting Machines

2026-01-26 · Haimo Fang, Kevin Tan, Jonathan Pipping-Gamon, Giles Hooker arxiv

Explainable boosting machines (EBMs) are popular "glass-box" models that learn a set of univariate functions using boosting trees. These achieve explainability through visualizations of each feature's effect. However, un…

Interpretable Machine Learning with an Ensemble of Gradient Boosting Machines

2020-10-14 · Andrei V. Konstantinov, Lev V. Utkin

A method for the local and global interpretation of a black-box model on the basis of the well-known generalized additive models is proposed. It can be viewed as an extension or a modification of the algorithm using the …

Additive modelsBIG-bench Machine LearningInterpretable Machine Learning

Selective Cascade of Residual ExtraTrees

2020-09-29 · Qimin Liu, Fang Liu

We propose a novel tree-based ensemble method named Selective Cascade of Residual ExtraTrees (SCORE). SCORE draws inspiration from representation learning, incorporates regularized regression with variable selection feat…

PredictionregressionRepresentation LearningVariable Selection

Trees-Based Models for Correlated Data

2021-02-16 · Assaf Rabinowicz, Saharon Rosset

This paper presents a new approach for trees-based regression, such as simple regression tree, random forest and gradient boosting, in settings involving correlated data. We show the problems that arise when implementing…

regression

agtboost: Adaptive and Automatic Gradient Tree Boosting Computations

2020-08-28 · Berent Ånund Strømnes Lunde, Tore Selland Kleppe

agtboost is an R package implementing fast gradient tree boosting computations in a manner similar to other established frameworks such as xgboost and LightGBM, but with significant decreases in computation time and requ…

Feature Importance