Skip to content

Commit ebb368d

Browse files
committed
Prepare version for release
1 parent 63a7509 commit ebb368d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

DESCRIPTION

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: survex
22
Title: Explainable Machine Learning in Survival Analysis
3-
Version: 1.1.3.9002
3+
Version: 1.2.0
44
Authors@R:
55
c(
66
person("Mikołaj", "Spytek", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-7111-2286")),
@@ -26,7 +26,6 @@ Imports:
2626
DALEX (>= 2.2.1),
2727
ggplot2 (>= 3.4.0),
2828
kernelshap,
29-
treeshap,
3029
pec,
3130
survival,
3231
patchwork
@@ -48,6 +47,7 @@ Suggests:
4847
rmarkdown,
4948
rms,
5049
testthat (>= 3.0.0),
50+
treeshap (>= 0.3.0),
5151
withr,
5252
xgboost
5353
Config/testthat/edition: 3

NEWS.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# survex (development version)
2-
* added new `calculation_method` for `surv_shap()` called `"treeshap"` that use `treeshap` package ([#75](https://github.com/ModelOriented/survex/issues/75))
3-
* enable to calculate SurvSHAP(t) explanations based on subsample of explainer's data
1+
# survex 1.2.0
2+
* added new `calculation_method` for `surv_shap()` called `"treeshap"` that uses the `treeshap` package ([#75](https://github.com/ModelOriented/survex/issues/75))
3+
* enable to calculate SurvSHAP(t) explanations based on subsample of the explainer's data
44
* changed default kernel width in SurvLIME from sqrt(p * 0.75) to sqrt(p) * 0.75
55
* fixed error in SurvLIME when non-factor `categorical_variables` were provided
66

0 commit comments

Comments
 (0)