Feature Importance Measurement based on Decision Tree Sampling
Chao Huang, Diptesh Das, Koji Tsuda

TL;DR
This paper introduces DT-Sampler, a SAT-based method for measuring feature importance in decision tree models, offering improved interpretability and stability over traditional random forest approaches.
Contribution
The paper presents a novel SAT-based feature importance measurement method that requires fewer parameters and enhances interpretability and stability in real-world applications.
Findings
DT-Sampler provides higher interpretability than random forest.
The method demonstrates increased stability in feature importance analysis.
Implementation is publicly available at GitHub.
Abstract
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.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsBayesian Modeling and Causal Inference · Explainable Artificial Intelligence (XAI) · Data Mining Algorithms and Applications
