Skip to content

CRAN release 0.8.0

Compare
Choose a tag to compare
@mayer79 mayer79 released this 10 May 05:03
· 156 commits to main since this release
3dc5f29

API improvement

  • For (upcoming) {fastshap} version >0.0.7, fastshap::explain() offers the option shap_only. To conveniently construct the "shapviz" object, use shapviz(fastshap::explain(..., shap_only = FALSE)). This not only passes the SHAP matrix but also the feature data and the baseline. Thanks, Brandon @bgreenwell !

Documentation

  • Better help files
  • Switched from "import ggplot2" to "ggplot2::function" code style
  • Vignette "Multiple 'shapviz' objects": Fixed mistake in Random Forest + Kernel SHAP example