Published December 25, 2014
| Version v1.1.2
Software
Open
ggRandomForests: CRAN Christmas release V1.1.2
Description
- Add package vignette "ggRandomForests: Visually Exploring a Random Forest for Regression"
- Add gg_partial_coplot, quantile_cuts and surface_matrix functions
- export the calc_roc and calc_auc functions.
- replace tidyr function dependency with reshape2 (melt instead of gather) due to lazy eval issues.
- reduce dplyr dependencies (remove select and %>% usage for base equivalents, I still use tbl_df for printing)
- Further development of package vignette "Survival with Random Forests"
- Refactor cached example datasets for better documentation, estimates and examples.
- Improved help files.
- Updated DESCRIPTION file to remove redundant parts.
- Misc Bug Fixes.
Files
ggRandomForests-v1.1.2.zip
Files
(7.0 MB)
Name | Size | Download all |
---|---|---|
md5:7039b4a00847184c2643cb1bf1949be6
|
7.0 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/ehrlinger/ggRandomForests/tree/v1.1.2 (URL)