Skip to content

treeshap v0.2.5

Compare
Choose a tag to compare
@krzyzinskim krzyzinskim released this 02 Oct 09:02
· 46 commits to master since this release

This is a first CRAN release of the package.

What's changed

  • Removed catboost.unify function (as the catboost package is not on CRAN); it is available on a separate branch
  • Fixed randomForest.unify for classifiers (#12, #23)
  • Implemented consolidated (generic) unify function (#18)
  • An error is thrown when the data passed to the unify or treeshap functions contain variables that are not used by the model (#14)
  • Added implementation for random survival forests created using ranger (#22, #26)
  • Fixed GitHub Actions, check and test issues (#25, #29)
  • Fixed issues with documentation and examples
  • Changed use of bitwise '|' to logical '||' with boolean operands in C++ files