paper-with-me

Papers

Inherently Interpretable Tree Ensemble Learning

2024-10-24 · Zebin Yang, Agus Sudjianto, Xiaoming Li, Aijun Zhang

Tree ensemble models like random forests and gradient boosting machines are widely used in machine learning due to their excellent predictive performance. However, a high-performance ensemble consisting of a large number of decision trees lacks sufficient transparency and explainability. In this paper, we demonstrate that when shallow decision trees are used as base learners, the ensemble learning algorithms can not only become inherently interpretable subject to an equivalent representation as the generalized additive models but also sometimes lead to better generalization performance. First, an interpretation algorithm is developed that converts the tree ensemble into the functional ANOVA representation with inherent interpretability. Second, two strategies are proposed to further enhance the model interpretability, i.e., by adding constraints in the model training stage and post-hoc effect pruning. Experiments on simulations and real-world datasets show that our proposed methods offer a better trade-off between model interpretation and predictive performance, compared with its counterpart benchmarks.

📄 PDF Abstract BibTeX arXiv:2410.19098

Code (0)

등록된 구현이 없습니다.

Tasks

Additive modelsEnsemble Learning

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

Making Tree Ensembles Interpretable

2016-06-17 · Satoshi Hara, Kohei Hayashi

Tree ensembles, such as random forest and boosted trees, are renowned for their high prediction performance, whereas their interpretability is critically limited. In this paper, we propose a post processing method that i…

Making Tree Ensembles Interpretable: A Bayesian Model Selection Approach

2016-06-29 · Satoshi Hara, Kohei Hayashi

Tree ensembles, such as random forests and boosted trees, are renowned for their high prediction performance. However, their interpretability is critically limited due to the enormous complexity. In this study, we presen…

Model Selection

A Unified Approach to Extract Interpretable Rules from Tree Ensembles via Integer Programming

2024-06-30 · Lorenzo Bonasera, Emilio Carrizosa

Tree ensembles are very popular machine learning models, known for their effectiveness in supervised classification and regression tasks. Their performance derives from aggregating predictions of multiple decision trees,…

regressionTime Series

GENESIM: genetic extraction of a single, interpretable model

2016-11-17 · Gilles Vandewiele, Olivier Janssens, Femke Ongenae, Filip De Turck 외

Models obtained by decision tree induction techniques excel in being interpretable.However, they can be prone to overfitting, which results in a low predictive performance. Ensemble techniques are able to achieve a highe…

Decision MakingInterpretable Machine Learningmodel

What makes an Ensemble (Un) Interpretable?

2025-06-09 · Shahaf Bassan, Guy Amir, Meirav Zehavi, Guy Katz

Ensemble models are widely recognized in the ML community for their limited interpretability. For instance, while a single decision tree is considered interpretable, ensembles of trees (e.g., boosted trees) are often tre…