Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/ModelOriented/randomForestExplainer

A set of tools to understand what is happening inside a Random Forest
https://github.com/ModelOriented/randomForestExplainer

cran random-forest

Last synced: about 2 months ago
JSON representation

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

Lists

README

        

# randomForestExplainer

[![CRAN status](https://www.r-pkg.org/badges/version/randomForestExplainer)](https://cran.r-project.org/package=randomForestExplainer)
[![R-CMD-check](https://github.com/ModelOriented/randomForestExplainer/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/ModelOriented/randomForestExplainer/actions/workflows/R-CMD-check.yaml)
[![codecov](https://codecov.io/gh/ModelOriented/randomForestExplainer/branch/master/graph/badge.svg)](https://app.codecov.io/gh/ModelOriented/randomForestExplainer?branch=master)
[![DOI](https://zenodo.org/badge/97007621.svg)](https://zenodo.org/badge/latestdoi/97007621)

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](https://github.com/geneticsMiNIng/BlackBoxOpener/blob/master/randomForestExplainer_Master_thesis.pdf).

## Installation

```r
# 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

* [Understanding random forests with randomForestExplainer](https://modeloriented.github.io/randomForestExplainer/articles/randomForestExplainer.html)

## Cheatsheets

* [A one-page summary](https://github.com/ModelOriented/randomForestExplainer/blob/master/materials/cheatsheet.pdf)

## Examples

* [Initial vignette for glioblastoma data](https://htmlpreview.github.io/?https://github.com/geneticsMiNIng/BlackBoxOpener/blob/master/randomForestExplainer/inst/doc/randomForestExplainer.html)