paper-with-me

홈 › Papers

survex: an R package for explaining machine learning survival models

2023-08-30 · Mikołaj Spytek, Mateusz Krzyziński, Sophie Hanna Langbein, Hubert Baniecki, Marvin N. Wright, Przemysław Biecek

Due to their flexibility and superior performance, machine learning models frequently complement and outperform traditional statistical survival models. However, their widespread adoption is hindered by a lack of user-friendly tools to explain their internal operations and prediction rationales. To tackle this issue, we introduce the survex R package, which provides a cohesive framework for explaining any survival model by applying explainable artificial intelligence techniques. The capabilities of the proposed software encompass understanding and diagnosing survival models, which can lead to their improvement. By revealing insights into the decision-making process, such as variable effects and importances, survex enables the assessment of model reliability and the detection of biases. Thus, transparency and responsibility may be promoted in sensitive areas, such as biomedical research and healthcare applications.

📄 PDF Abstract BibTeX arXiv:2308.16113

Code (1)

modeloriented/survex 공식 구현

Tasks

Decision MakingExplainable artificial intelligence

Similar Papers 제목 키워드 기반

mlr3proba: An R Package for Machine Learning in Survival Analysis

2020-08-18 · Raphael Sonabend, Franz J. Király, Andreas Bender, Bernd Bischl 외

As machine learning has become increasingly popular over the last few decades, so too has the number of machine learning interfaces for implementing these models. Whilst many R libraries exist for machine learning, very …

BenchmarkingBIG-bench Machine LearningSurvival Analysis

Explainable AI for survival analysis: a median-SHAP approach

2024-01-30 · Lucile Ter-Minassian, Sahra Ghalebikesabi, Karla Diaz-Ordaz, Chris Holmes

With the adoption of machine learning into routine clinical practice comes the need for Explainable AI methods tailored to medical applications. Shapley values have sparked wide interest for locally explaining models. He…

Survival Analysis

SurvLIMEpy: A Python package implementing SurvLIME

2023-02-21 · Cristian Pachón-García, Carlos Hernández-Pérez, Pedro Delicado, Verónica Vilaplana

In this paper we present SurvLIMEpy, an open-source Python package that implements the SurvLIME algorithm. This method allows to compute local feature importance for machine learning algorithms designed for modelling Sur…

Feature ImportanceSurvival Analysis

SurvHive: a package to consistently access multiple survival-analysis packages

2025-02-04 · Giovanni Birolo, Ivan Rossi, Flavio Sartori, Cesare Rollo 외

Survival analysis, a foundational tool for modeling time-to-event data, has seen growing integration with machine learning (ML) approaches to handle the complexities of censored data and time-varying risks. Despite these…

Survival Analysis

SurvLIME: A method for explaining machine learning survival models

2020-03-18 · Maxim S. Kovalev, Lev V. Utkin, Ernest M. Kasimov

A new method called SurvLIME for explaining machine learning survival models is proposed. It can be viewed as an extension or modification of the well-known method LIME. The main idea behind the proposed method is to app…

BIG-bench Machine Learning