ggRandomForests icon indicating copy to clipboard operation
ggRandomForests copied to clipboard

Graphical analysis of random forests with the randomForestSRC, randomForest and ggplot2 packages.

Results 22 ggRandomForests issues
Sort by recently updated
recently updated
newest added

I am attempting to work through the "Random Forests for Regression" vignette, however I have run into an issue near the end when generating partial coplot data for a contour...

Trying to fix macOS action failures.

I don't have a good minimal working example or anything, but I'm going to try my best to describe what's going on. After calling gg_survival with either type "kaplan" or...

bug

Hi, The Survival vignette is really looking good with lots of great plots, but I'm having problems reproducing many of the examples. For example, in the begging you mention that...

enhancement

The `package` and the `vignette` codes are working perfectly except `st.labs` involved codes. > plot(gg_md, lbls=st.labs) > Error in plot.gg_minimal_depth(gg_md, lbls = st.labs) : > object 'st.labs' not found

Right now it only does a single class, but overlaying multiple classes on each ROC curve is possible An alternative of multiple panels.

Convert S3method functions to use `UseNext` instead of `UseMethod` method dispatch. This should fix issues with arguments, and prepare the way for extending to random forest packages beyond `randomForestSRC` #3....

v1.1.4 release indicates I need to refactor function names to remove dot separators because of clashes with S3method names. Example functions: `combine.gg_partial` does not really extend `combine.default` #20 `plot.gg_minimal_vimp` should...

`plot.gg_minimal_vimp` should be an argument based alternative to `plot.gg_minimal_depth`, thereby avoiding S3method namings when not applicable.

`combine.gg_partial` does not really extend `combine.default`