Skip to content

CRAN release 0.4.0

Compare
Choose a tag to compare
@mayer79 mayer79 released this 10 Nov 20:30
· 99 commits to main since this release
a9456f4

Major changes

  • Added permshap() to calculate exact permutation SHAP values. The function currently works for up to 14 features.
  • Factor-valued predictions are now supported. Each level is represented by its dummy variable.

Other changes

  • Slight speed-up.
  • Integer valued case weights are now turned into doubles to avoid integer overflow.