You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on github.com and signed with GitHub’s verified signature.
The key has expired.
User-visible changes
sv_importance() of a "mshapviz" object now returns a dodged barplot instead of separate barplots via {patchwork}. Use the new argument bar_type to switch to a stacked barplot (bar_type = "stack"), to "facets" (via {ggplot2}), or "separate" for the old behaviour.
New features
Added connector to permshap, a package calculating permutation SHAP values for regression and (probabilistic) classification.
Other changes
Revised vignette on "mshapviz".
Commenting out most unit tests as they would not pass timings measured on Debian.