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: 6 months ago
JSON representation
A set of tools to understand what is happening inside a Random Forest
- Host: GitHub
- URL: https://github.com/ModelOriented/randomForestExplainer
- Owner: ModelOriented
- Created: 2017-07-12T12:56:58.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-03-25T18:04:01.000Z (about 1 year ago)
- Last Synced: 2024-10-26T23:13:59.921Z (7 months ago)
- Topics: cran, random-forest
- Language: R
- Homepage: https://ModelOriented.github.io/randomForestExplainer/
- Size: 48.6 MB
- Stars: 230
- Watchers: 13
- Forks: 37
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# randomForestExplainer
[](https://cran.r-project.org/package=randomForestExplainer)
[](https://github.com/ModelOriented/randomForestExplainer/actions/workflows/R-CMD-check.yaml)
[](https://app.codecov.io/gh/ModelOriented/randomForestExplainer?branch=master)
[](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)