Recent Releases of ggRandomForests

ggRandomForests - HTML5+

  • Update to use HTML5 for documentation pages
  • Remove long running example code to fit within execution limits (<5 sec)
  • Remove cached data to reduce release size

- R
Published by ehrlinger over 3 years ago

ggRandomForests - Return of the (Regression) Vignette

  • Bring back the Regression package vignette
  • Correct issue #32:plot.gg_interaction.R Produce variable interaction plots with the order of the faceting to match the minimal depth rank order
  • Improve package tests and code coverage
  • Clean up code using lintr
  • Re-add survival function tests using skiponcran

- R
Published by ehrlinger almost 4 years ago

ggRandomForests - V2.1.0 Align with randomForestSRC 3.1 release

V2.0.x was "archived" when randomForestSRC was temporarily removed from CRAN. This release is to "un-archive" the CRAN version.

  • Remove survival tests and cached data sets to conform to CRAN release criteria. Future work to move this back and use skiponcran for tests and examples
  • Finally fix the gg_error plot bug (issue #35) where the curve was not showing up.

- R
Published by ehrlinger almost 4 years ago

ggRandomForests - V2.0.1 Optimized for package size.

Rethinking how to do package examples, tests and vignettes since building the randomForest takes serious time, and caching the RF results takes serious space.

For now, vignettes and tests are being moved to the ggRFvignettes package at https://github.com/ehrlinger/ggRFVignette, at least until I get this all sorted out.

One major advantage of this move should be more stability with new releases of the randomForestSRC package https://cran.r-project.org/package=randomForestSRC.

- R
Published by ehrlinger over 9 years ago

ggRandomForests - RandomForest support

- R
Published by ehrlinger almost 10 years ago

ggRandomForests - randomForestSRC 2.0.0 compatibility. CRAN V1.2.1

  • Updates for release of randomForestSRC V2.0.0
  • Correct some vignette formatting errors.

- R
Published by ehrlinger over 10 years ago

ggRandomForests - ggplot2 2.0.0 compatibility

  • Convert to semantic versioning http://semver.org/
  • Updates for release of ggplot2 2.0.0
  • Change from reshape2::melt dependence to tidyr::gather
  • Optimize tests for CRAN to optimise R CMD CHECK times.
  • Misc Bug Fixes.

- R
Published by ehrlinger over 10 years ago

ggRandomForests - Manuscript submission CRAN v1.1.4

  • combine.gg_partial bug when giving a single variable plot.variable object.
  • Remove dplyr depends to transitions from "Imports" to "Suggests".
  • Argument for single outcome gg_vimp plot for classification forests.
  • Improvements to gg_vimp arguments for consistency.
  • Add bootstrap confidence intervals to gg_rfsrc function.
  • Initial partial.rfsrc function to replace the randomForestSRC::plot.variable function.
  • Move cache data to randomForestSRC v1.6.1 to take advantage of rfsrc version checking between function calls.
  • Vignette updates for JSS submission of "ggRandomForests: Exploring Random Forest Survival".
  • Vignette updates for arXiv submission of ggRandomForests: Random Forests for Regression
  • Some optimizations to reduce package size.
  • Remove all tests from CRAN build to optimise R CMD CHECK times.
  • Remove pdf vignette figure from CRAN build.
  • Return S3method calls to NAMESPACE for "S3 methods exported but not registered" for R V3.2+.
  • Misc Bug Fixes.

- R
Published by ehrlinger about 11 years ago

ggRandomForests - Vignettes and tests. CRAN v1.1.3

  • 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.

- R
Published by ehrlinger about 11 years ago

ggRandomForests - CRAN Christmas release V1.1.2

  • 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.

- R
Published by ehrlinger over 11 years ago

ggRandomForests - CRAN V1.1.1

Fix ggpartial for categorical variables. Kaplan-Meier curves with ggsurvival

- R
Published by ehrlinger over 11 years ago

ggRandomForests - CRAN Release 1.1.0

- R
Published by ehrlinger over 11 years ago

ggRandomForests - CRAN release V1.0.0

- R
Published by ehrlinger over 11 years ago

ggRandomForests - V0.3.0.99 Close to CRAN release

Completed initial documentation and added testthat scripts. Getting close to V1.0.0 release quality.

- R
Published by ehrlinger over 11 years ago

ggRandomForests - useR!2014

Presenting the package, so it's the first pre-release.

- R
Published by ehrlinger almost 12 years ago