shapviz
SHAP Plots in R
shapviz refines its SHAP plots release by release while chasing ggplot2's moving target.
◆Recent moves
- 10mo ago
ggplot 4.0 compatibility fix
A two-pull-request release clearing a ggplot 4.0 compatibility warning ahead of CRAN submission. Sibling package hstats shipped the same fix the same day.
View source ↗ - 1y ago
Fixes duplicated bars in sv_interaction()
A single bug fix: feature-pair bars appeared twice in the bar view added one release earlier. Small correction to a new feature rather than new capability.
View source ↗ - 1y ago
ggplot2 and patchwork dependency bumps
Maintenance only — minimum versions raised for ggplot2 and patchwork, the two packages the plotting layer is built on.
View source ↗ - 1y ago
Shared y-axis control and bar-style interaction plots
Dependence plots gain ylim and share_y so importance can be judged across several panels, and interaction values get a mean-absolute bar view. The notes flag a likely future default change to match Python's shap.
View source ↗ - 1y ago
H2O random forests gain TreeSHAP support
H2O random forests become explainable via TreeSHAP for regression and binary classification, and background data for model-agnostic SHAP is easier to reach. Connector work driven by upstream H2O rather than by shapviz itself.
View source ↗ - 1y ago
Fixes a broken vignette link
A documentation-only release correcting one link. No functional change.
View source ↗