paper-with-me

홈 › Papers

Feature Importance Measurement based on Decision Tree Sampling

2023-07-25 · Chao Huang, Diptesh Das, Koji Tsuda

Random forest is effective for prediction tasks but the randomness of tree generation hinders interpretability in feature importance analysis. To address this, we proposed DT-Sampler, a SAT-based method for measuring feature importance in tree-based model. Our method has fewer parameters than random forest and provides higher interpretability and stability for the analysis in real-world problems. An implementation of DT-Sampler is available at https://github.com/tsudalab/DT-sampler.

📄 PDF Abstract BibTeX arXiv:2307.13333

Code (1)

tsudalab/dt-sampler 공식 구현

Tasks

Feature Importance

Similar Papers 제목 키워드 기반

Representation of binary classification trees with binary features by quantum circuits

2021-08-30 · Raoul Heese, Patricia Bickert, Astrid Elisa Niederle

We propose a quantum representation of binary classification trees with binary features based on a probabilistic approach. By using the quantum computer as a processor for probability distributions, a probabilistic trave…

Binary Classification

Accurate estimation of feature importance faithfulness for tree models

2024-04-04 · Mateusz Gajewski, Adam Karczmarz, Mateusz Rapicki, Piotr Sankowski

In this paper, we consider a perturbation-based metric of predictive faithfulness of feature rankings (or attributions) that we call PGI squared. When applied to decision tree-based regression models, the metric can be c…

Feature Importance

Unbiased Gradient Boosting Decision Tree with Unbiased Feature Importance

2023-05-18 · Zheyu Zhang, Tianping Zhang, Jian Li

Gradient Boosting Decision Tree (GBDT) has achieved remarkable success in a wide variety of applications. The split finding algorithm, which determines the tree construction process, is one of the most crucial components…

Feature Importancefeature selection

Unbiased Measurement of Feature Importance in Tree-Based Methods

2019-03-12 · Zhengze Zhou, Giles Hooker

We propose a modification that corrects for split-improvement variable importance measures in Random Forests and other tree-based methods. These methods have been shown to be biased towards increasing the importance of f…

Feature Importance

Fair Feature Importance Scores for Interpreting Tree-Based Methods and Surrogates

2023-10-06 · Camille Olivia Little, Debolina Halder Lina, Genevera I. Allen

Across various sectors such as healthcare, criminal justice, national security, finance, and technology, large-scale machine learning (ML) and artificial intelligence (AI) systems are being deployed to make critical data…

FairnessFeature ImportanceKnowledge Distillation