Skip to content

Commit 32ca649

Browse files
committed
updated pkgdown
1 parent 5a5e368 commit 32ca649

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

+11806
-1696
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ Suggests:
2828
knitr
2929
VignetteBuilder: knitr
3030
RoxygenNote: 6.1.1
31-
URL: https://github.com/MI2DataLab/randomForestExplainer
31+
URL: https://github.com/ModelOriented/randomForestExplainer

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# randomForestExplainer
22

3-
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/randomForestExplainer)](https://cran.r-project.org/package=factorMerger)
4-
[![Pending Pull-Requests](http://githubbadges.herokuapp.com/MI2DataLab/randomForestExplainer/pulls.svg)](https://github.com/MI2DataLab/randomForestExplainer/pulls)
5-
[![Github Issues](http://githubbadges.herokuapp.com/MI2DataLab/randomForestExplainer/issues.svg)](https://github.com/MI2DataLab/randomForestExplainer/issues)
3+
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/randomForestExplainer)](https://cran.r-project.org/package=randomForestExplainer)
4+
[![Github Issues](http://githubbadges.herokuapp.com/ModelOriented/randomForestExplainer/issues.svg)](https://github.com/MI2DataLab/ModelOriented/issues)
65
[![DOI](https://zenodo.org/badge/97007621.svg)](https://zenodo.org/badge/latestdoi/97007621)
76

87
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://rawgit.com/geneticsMiNIng/BlackBoxOpener/master/randomForestExplainer_Master_thesis.pdf).
@@ -19,18 +18,18 @@ To install and load the latest version of `randomForestExplainer` from **Github*
1918

2019
```{r}
2120
if (!require(devtools)) install.packages("devtools")
22-
devtools::install_github("MI2DataLab/randomForestExplainer")
21+
devtools::install_github("ModelOriented/randomForestExplainer")
2322
2423
library(randomForestExplainer)
2524
```
2625

2726
## Vignette
2827

29-
* [Understanding random forests with randomForestExplainer](https://rawgit.com/MI2DataLab/randomForestExplainer/master/inst/doc/randomForestExplainer.html)
28+
* [Understanding random forests with randomForestExplainer](https://rawgit.com/ModelOriented/randomForestExplainer/master/inst/doc/randomForestExplainer.html)
3029

3130
## Cheatsheets
3231

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

3534
## Examples
3635

_pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
template:
2-
package: MI2template
2+
package: DrWhyTemplate
33
default_assets: false

docs/404.html

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

docs/articles/importance_frame.rda

-851 Bytes
Binary file not shown.

docs/articles/index.html

Lines changed: 62 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
-1.43 KB
Binary file not shown.
-1.41 KB
Binary file not shown.

docs/articles/min_depth_frame.rda

-7.36 KB
Binary file not shown.

0 commit comments

Comments
 (0)