cache_rfsrc_datasets(set = NA, save = TRUE, pth, ...)
ggRandomForests
operates directly on randomForestSRC
objects.
We cache computationally intensive randomForestSRC
objects to improve
the ggRandomForests
examples, diagnostics and vignettes run times. The
set of precompiled randomForestSRC
objects are stored in the package
data subfolder, however version changes in the dependant packages may break
some functionality. This function was created to help the package developer
deal with thoses changes. We make the function available to end users to
create objects for further experimentation.For the following data sets: #'
_iris
- The iris
data set.
_airq
- The airquality
data set.
_mtcars
- The mtcars
data set.
_Boston
- The Boston
housing data set (MASS
package).
_pbc
- The pbc
data set (randomForestSRC
package).
_veteran
- The veteran
data set (randomForestSRC
package).
iris
airq
mtcars
Boston
pbc
veteran