From 6776bb07efefa2f0332eb7407368872c720e3245 Mon Sep 17 00:00:00 2001 From: krzyzinskim Date: Tue, 24 Oct 2023 16:02:37 +0200 Subject: [PATCH] update NEWS.md --- NEWS.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS.md b/NEWS.md index 7173376..a9f9b71 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,7 @@ # treeshap (development version) +* 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. +* Improved documentation of `ranger_surv.unify`. # treeshap 0.2.5 * Removed `catboost.unify` function (as the `catboost` package is not on CRAN); it is available on a separate branch