File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,6 +31,19 @@ ggRandomForests v2.8.0 (development) — continued
3131
3232ggRandomForests v2.8.0 (development)
3333====================================
34+ * ** ` gg_variable.randomForest ` classification fix (#87 ).**
35+ - ` gg_variable.randomForest() ` for classification forests now stores
36+ per-class OOB vote fractions as ` yhat.<classname> ` columns (from
37+ ` object$votes ` ), matching the ` rfsrc ` path. Previously a single
38+ ` yhat ` factor column (class labels from ` object$predicted ` ) was
39+ stored, which prevented the multi-class pivot in ` plot.gg_variable `
40+ from firing. Vote fractions are row-normalised to ` [0, 1] ` even
41+ when the forest was fit with ` norm.votes = FALSE ` .
42+ - ` plot.gg_variable ` binary classification: ` smooth = TRUE ` now
43+ correctly maps x/y aesthetics onto the smooth layer.
44+ - ` plot.gg_variable ` multi-class numeric path: ` smooth = TRUE ` now
45+ adds a smooth layer (was silently skipped).
46+ - Closes stale issues #81 (fixed in PR #83 ) and #82 .
3447* ** varPro partial dependence: ` gg_partial_varpro() ` (#84 ).**
3548 - ` gg_partial_varpro() ` replaces ` gg_partialpro() ` as the primary entry
3649 point for varPro partial dependence plots. The new extractor accepts
You can’t perform that action at this time.
0 commit comments