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.
Major improvements
sv_dependence(): The new arguments ylim and share_y = FALSE allow to control the y-axis limits.
They help to assess the importance in multiple dependence plots (#172).
Later, we might change the default to share_y = TRUE (as in Python's SHAP dependence plots) (#171).
sv_interaction() has received a new visualization: kind = "bar" now shows mean absolute SHAP interactions/main effects as a barplot.
Its appearance can be modified by the arguments fill and bar_width (#169).
We are now (cautiously) collecting axes, axis titles, and color guides via {patchwork} (#171).
Currently fails for sv_force().
Minor user-visible changes
The color bars in sv_dependence2D() are less wide (#169).