diff --git a/DESCRIPTION b/DESCRIPTION index a4d4009..b6dfa9d 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: treeshap Title: Compute SHAP Values for Your Tree-Based Models Using the 'TreeSHAP' Algorithm -Version: 0.3.0 +Version: 0.3.0.9000 Authors@R: c( person("Konrad", "Komisarczyk", email = "komisarczykkonrad@gmail.com", role = "aut"), person("Pawel", "Kozminski", email = "pkozminski99@gmail.com", role = "aut"), diff --git a/NEWS.md b/NEWS.md index 9189ea5..297b668 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,5 @@ +# treeshap (development version) + # treeshap 0.3.0 * Fixed `ranger_surv.unify` operation for predictions in form of survival and cumulative hazard functions. * Added `model_unified_multioutput` and `treeshap_multioutput` classes for multi-output models and their explanations.