Another release day: ggRandomForests V1.1.3
[This article was first published on Learning Slowly » R, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
Continuing progress with the vignettes mean bug fixes in the code. Plus I’m presenting the regression random forest vignette to the stats group here tomorrow.
http://cran.r-project.org/web/packages/ggRandomForests/index.html
I’ve got another blog post percolating that will detail the biggest change in this version (improved code testing), so here’s the change summary.
- Update “ggRandomForests: Visually Exploring a Random Forest for Regression” vignette.
- Further development of draft package vignette “Survival with Random Forests”.
- Rename vignettes to align with randomForestSRC package usage.
- Add more tests and example functions.
- Refactor
gg_
functions into S3 methods to allow future implementation for other random forest packages. - Improved help files.
- Updated DESCRIPTION file to remove redundant parts.
- Misc Bug Fixes.
As always, comments and suggestions are welcome at the ggRandomForests package GitHub development site: https://github.com/ehrlinger/ggRandomForests
Filed under: R Tagged: ggplot2, ggRandomForests, R, randomForestSRC
To leave a comment for the author, please follow the link and comment on their blog: Learning Slowly » R.
R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.