You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
breaking change: refactored the structure of model_performance_survival object - calculated metrics are now in a $result list.
added new calculation_method for surv_shap() called "kernelshap" that use kernelshap package and its implementation of improved Kernel SHAP (set as default) (#45)
added the possibility to set themes with set_theme_survex() (#32)
added the possibility of plotting multiple predict_parts() and model_parts() explanations in one plot (#12)
fixed the x axis of plots (it now starts from 0) (#37)
added geom_rug() to all time-dependent plots, marking event and censoring times (#35)
refactored surv_feature_importance.R - change auxiliary columns to include _ in their name. Necessary changes also done to plotting and printing functions. (#28)
changed default type argument of model_parts() to "difference" (#33)
changed behaviour of categorical_variables argument in model_parts() and predict_parts(). If it contains variable names not present in the variables argument, they will be added at the end. (#39)
added ROC AUC calculation and plotting for selected timepoints in model_performance() (#22)
added explanation_label parameter to predict_parts() function that can overwrite explainer label and thus, enable plotting multiple local SurvSHAP(t) explanations. (#47)