paper-with-me

Papers

Variable Importance Using Decision Trees

2017-12-01 · NeurIPS 2017 12 · Jalil Kazemitabar, Arash Amini, Adam Bloniarz, Ameet S. Talwalkar

Decision trees and random forests are well established models that not only offer good predictive performance, but also provide rich feature importance information. While practitioners often employ variable importance methods that rely on this impurity-based information, these methods remain poorly characterized from a theoretical perspective. We provide novel insights into the performance of these methods by deriving finite sample performance guarantees in a high-dimensional setting under various modeling assumptions. We further demonstrate the effectiveness of these impurity-based methods via an extensive set of simulations.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Feature Importance

Similar Papers 제목 키워드 기반

Leveraging Predictive Equivalence in Decision Trees

2025-06-17 · Hayden McTavish, Zachery Boner, Jon Donnelly, Margo Seltzer 외

Decision trees are widely used for interpretable machine learning due to their clearly structured reasoning process. However, this structure belies a challenge we refer to as predictive equivalence: a given tree's decisi…

Interpretable Machine LearningMissing ValuesModel Selection

Trees, forests, and impurity-based variable importance

2020-01-13 · Erwan Scornet

Tree ensemble methods such as random forests [Breiman, 2001] are very popular to handle high-dimensional tabular data sets, notably because of their good predictive accuracy. However, when machine learning is used for de…

Decision Making

Reliable and scalable variable importance estimation via warm-start and early stopping

2024-12-02 · Zexuan Sun, Garvesh Raskutti

As opaque black-box predictive models become more prevalent, the need to develop interpretations for these models is of great interest. The concept of variable importance and Shapley values are interpretability measures …

Understanding variable importances in forests of randomized trees

2013-12-01 · NeurIPS 2013 12 · Gilles Louppe, Louis Wehenkel, Antonio Sutera, Pierre Geurts

Despite growing interest and practical use in various scientific areas, variable importances derived from tree-based ensemble methods are not well understood from a theoretical point of view. In this work we characterize…

An Infinite BART model

2025-11-25 · Marco Battiston, Yu Luo arxiv

Bayesian additive regression trees (BART) are popular Bayesian ensemble models used in regression and classification analysis. Under this modeling framework, the regression function is approximated by an ensemble of deci…