Releases: ModelOriented/treeshap
Releases · ModelOriented/treeshap
treeshap 0.3.1
This is a third CRAN release of the package (after being archived).
What's changed
- Fixed code examples in
lightgbm.unify.
treeshap v0.3.0
This is a second CRAN release of the package.
What's changed
- Fixed
ranger_surv.unifyoperation for predictions in form of survival and cumulative hazard functions. - Added
model_unified_multioutputandtreeshap_multioutputclasses for multi-output models and their explanations. - Improved documentation of
ranger_surv.unify.
treeshap v0.2.5
This is a first CRAN release of the package.
What's changed
- Removed
catboost.unifyfunction (as thecatboostpackage is not on CRAN); it is available on a separate branch - Fixed
randomForest.unifyfor classifiers (#12, #23) - Implemented consolidated (generic)
unifyfunction (#18) - An error is thrown when the data passed to the
unifyortreeshapfunctions 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