paper-with-me

홈 › Papers

Interpreting Deep Forest through Feature Contribution and MDI Feature Importance

2023-05-01 · Yi-Xiao He, Shen-Huan Lyu, Yuan Jiang

Deep forest is a non-differentiable deep model which has achieved impressive empirical success across a wide variety of applications, especially on categorical/symbolic or mixed modeling tasks. Many of the application fields prefer explainable models, such as random forests with feature contributions that can provide local explanation for each prediction, and Mean Decrease Impurity (MDI) that can provide global feature importance. However, deep forest, as a cascade of random forests, possesses interpretability only at the first layer. From the second layer on, many of the tree splits occur on the new features generated by the previous layer, which makes existing explanatory tools for random forests inapplicable. To disclose the impact of the original features in the deep layers, we design a calculation method with an estimation step followed by a calibration step for each layer, and propose our feature contribution and MDI feature importance calculation tools for deep forest. Experimental results on both simulated data and real world data verify the effectiveness of our methods.

📄 PDF Abstract BibTeX arXiv:2305.00805

Code (0)

등록된 구현이 없습니다.

Tasks

Explainable ModelsFeature Importance

Similar Papers 제목 키워드 기반

Interpreting random forest classification models using a feature contribution method

2013-12-04 · Anna Palczewska, Jan Palczewski, Richard Marchese Robinson, Daniel Neagu

Model interpretation is one of the key aspects of the model evaluation process. The explanation of the relationship between model variables and outputs is relatively easy for statistical models, such as linear regression…

ClassificationGeneral Classification

Interpretation and Simplification of Deep Forest

2020-01-14 · Sangwon Kim, Mira Jeong, Byoung Chul Ko

This paper proposes a new method for interpreting and simplifying a black box model of a deep random forest (RF) using a proposed rule elimination. In deep RF, a large number of decision trees are connected to multiple l…

Disentangled Attribution Curves for Interpreting Random Forests and Boosted Trees

2019-05-18 · Summer Devlin, Chandan Singh, W. James Murdoch, Bin Yu

Tree ensembles, such as random forests and AdaBoost, are ubiquitous machine learning models known for achieving strong predictive performance across a wide variety of domains. However, this strong performance comes at th…

Feature EngineeringFeature ImportanceInterpretable Machine Learning

Data-driven advice for interpreting local and global model predictions in bioinformatics problems

2021-08-13 · Markus Loecher, Qi Wu

Tree-based algorithms such as random forests and gradient boosted trees continue to be among the most popular and powerful machine learning models used across multiple disciplines. The conventional wisdom of estimating t…

Feature Importance

Explicating feature contribution using Random Forest proximity distances

2018-07-17 · Leanne S. Whitmore, Anthe George, Corey M. Hudson

In Random Forests, proximity distances are a metric representation of data into decision space. By observing how changes in input map to the movement of instances in this space we are able to determine the independent co…

Decision MakingGeneral Classification