Skip to content

Commit 9b69dbe

Browse files
committed
added hex
1 parent e2fe27f commit 9b69dbe

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+4798
-697
lines changed

README.md

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# randomForestExplainer
1+
# randomForestExplainer <img src="man/figures/logo.png" align="right" width="150"/>
22

33
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/randomForestExplainer)](https://cran.r-project.org/package=randomForestExplainer)
44
[![Build Status](https://travis-ci.org/ModelOriented/randomForestExplainer.svg?branch=master)](https://travis-ci.org/ModelOriented/randomForestExplainer)
@@ -9,19 +9,13 @@ A set of tools to understand what is happening inside a Random Forest. A detaile
99

1010
## Installation
1111

12-
randomForestExplainer can be installed from [CRAN](https://cran.r-project.org/package=randomForestExplainer) as follows:
13-
14-
```{r}
15-
install.packages("randomForestExplainer")
1612
```
13+
# the easiest way to get randomForestExplainer is to install it from CRAN:
14+
install.packages("randomForestExplainer")
1715
18-
To install and load the latest version of `randomForestExplainer` from **Github** run:
19-
20-
```{r}
21-
if (!require(devtools)) install.packages("devtools")
16+
# Or the the development version from GitHub:
17+
# install.packages("devtools")
2218
devtools::install_github("ModelOriented/randomForestExplainer")
23-
24-
library(randomForestExplainer)
2519
```
2620

2721
## Vignette

docs/404.html

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/apple-touch-icon-120x120.png

7.75 KB
Loading

docs/apple-touch-icon-152x152.png

10.1 KB
Loading

docs/apple-touch-icon-180x180.png

12.1 KB
Loading

docs/apple-touch-icon-60x60.png

3.3 KB
Loading

docs/apple-touch-icon-76x76.png

4.23 KB
Loading

docs/apple-touch-icon.png

12.1 KB
Loading

docs/articles/index.html

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/randomForestExplainer.html

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)