ModelOriented / randomForestExplainer

A set of tools to understand what is happening inside a Random Forest

Home Page:https://ModelOriented.github.io/randomForestExplainer/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

randomForestExplainer

CRAN status R-CMD-check codecov DOI

A set of tools to understand what is happening inside a Random Forest. A detailed discussion of the package and importance measures it implements can be found here: Master thesis on randomForestExplainer.

Installation

# the easiest way to get randomForestExplainer is to install it from CRAN:
install.packages("randomForestExplainer")

# Or the the development version from GitHub:
# install.packages("devtools")
devtools::install_github("ModelOriented/randomForestExplainer")

Vignette

Cheatsheets

Examples

About

A set of tools to understand what is happening inside a Random Forest

https://ModelOriented.github.io/randomForestExplainer/


Languages

Language:R 100.0%