paper-with-me

홈 › Papers

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 apply the Cox proportional hazards model to approximate the survival model at the local area around a test example. The Cox model is used because it considers a linear combination of the example covariates such that coefficients of the covariates can be regarded as quantitative impacts on the prediction. Another idea is to approximate cumulative hazard functions of the explained model and the Cox model by using a set of perturbed points in a local area around the point of interest. The method is reduced to solving an unconstrained convex optimization problem. A lot of numerical experiments demonstrate the SurvLIME efficiency.

📄 PDF Abstract BibTeX arXiv:2003.08371

Code (0)

등록된 구현이 없습니다.

Tasks

BIG-bench Machine Learning

Methods 이 논문이 사용한 방법론

LIME LIME, or Local Interpretable Model-Agnostic Explanations, is an algorithm that can explain the predictions of any classifier or regressor in a faithful way, by…

Similar Papers 제목 키워드 기반

SurvLIME-Inf: A simplified modification of SurvLIME for explanation of machine learning survival models

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

A new modification of the explanation method SurvLIME called SurvLIME-Inf for explaining machine learning survival models is proposed. The basic idea behind SurvLIME as well as SurvLIME-Inf is to apply the Cox proportion…

BIG-bench Machine LearningSurvival Analysis

A robust algorithm for explaining unreliable machine learning survival models using the Kolmogorov-Smirnov bounds

2020-05-05 · Maxim S. Kovalev, Lev V. Utkin

A new robust algorithm based of the explanation method SurvLIME called SurvLIME-KS is proposed for explaining machine learning survival models. The algorithm is developed to ensure robustness to cases of a small amount o…

BIG-bench Machine Learning

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

SurvBeX: An explanation method of the machine learning survival models based on the Beran estimator

2023-08-07 · Lev V. Utkin, Danila Y. Eremenko, Andrei V. Konstantinov

An explanation method called SurvBeX is proposed to interpret predictions of the machine learning survival black-box models. The main idea behind the method is to use the modified Beran estimator as the surrogate explana…

SurvSHAP(t): Time-dependent explanations of machine learning survival models

2022-08-23 · Mateusz Krzyziński, Mikołaj Spytek, Hubert Baniecki, Przemysław Biecek

Machine and deep learning survival models demonstrate similar or even improved time-to-event prediction capabilities compared to classical statistical learning methods yet are too complex to be interpreted by humans. Sev…

PredictionTime-to-Event Prediction