Feature Importance Measurement based on Decision Tree Sampling
2023-07-25Code Available0· sign in to hype
Chao Huang, Diptesh Das, Koji Tsuda
Code Available — Be the first to reproduce this paper.
ReproduceCode
- github.com/tsudalab/dt-samplerOfficialIn papernone★ 5
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.