tree.interpreter: Random Forest Prediction Decomposition and Feature Importance Measure

An R re-implementation of the 'treeinterpreter' package on PyPI <https://pypi.org/project/treeinterpreter/>. Each prediction can be decomposed as 'prediction = bias + feature_1_contribution + ... + feature_n_contribution'. This decomposition is then used to calculate the Mean Decrease Impurity (MDI) and Mean Decrease Impurity using out-of-bag samples (MDI-oob) feature importance measures based on the work of Li et al. (2019) <arXiv:1906.10845>.

Package details

AuthorQingyao Sun
MaintainerQingyao Sun <sunqingyao19970825@gmail.com>
LicenseMIT + file LICENSE
Version0.1.1
URL https://github.com/nalzok/tree.interpreter
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("tree.interpreter")

Try the tree.interpreter package in your browser

Any scripts or data that you put into this service are public.

tree.interpreter documentation built on March 26, 2020, 6:21 p.m.