paper-with-me

Papers

PyDTS: A Python Package for Discrete-Time Survival (Regularized) Regression with Competing Risks

2022-04-12 · Tomer Meir, Rom Gutman, Malka Gorfine

Time-to-event analysis (survival analysis) is used when the response of interest is the time until a pre-specified event occurs. Time-to-event data are sometimes discrete either because time itself is discrete or due to grouping of failure times into intervals or rounding off measurements. In addition, the failure of an individual could be one of several distinct failure types, known as competing risks (events). Most methods and software packages for survival regression analysis assume that time is measured on a continuous scale. It is well-known that naively applying standard continuous-time models with discrete-time data may result in biased estimators of the discrete-time models. The Python package PyDTS, for simulating, estimating and evaluating semi-parametric competing-risks models for discrete-time survival data, is introduced. The package implements a fast procedure that enables including regularized regression methods, such as LASSO and elastic net, among others. A simulation study showcases flexibility and accuracy of the package. The utility of the package is demonstrated by analysing the Medical Information Mart for Intensive Care (MIMIC) - IV dataset for prediction of hospitalization length of stay.

📄 PDF Abstract BibTeX arXiv:2204.05731

Code (2)

tomer1812/pydts 공식 구현
tomer1812/discretetimesurvivalpenalization

Tasks

regressionSurvival Analysis

Similar Papers 제목 키워드 기반

Discrete-time Competing-Risks Regression with or without Penalization

2023-03-02 · Tomer Meir, Malka Gorfine

Many studies employ the analysis of time-to-event data that incorporates competing risks and right censoring. Most methods and software packages are geared towards analyzing data that comes from a continuous failure time…

regressionSurvival 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

TorchSurv: A Lightweight Package for Deep Survival Analysis

2024-04-16 · Mélodie Monod, Peter Krusche, Qian Cao, Berkman Sahiner 외

TorchSurv is a Python package that serves as a companion tool to perform deep survival modeling within the PyTorch environment. Unlike existing libraries that impose specific parametric forms, TorchSurv enables the use o…

Survival 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

BoXHED2.0: Scalable boosting of dynamic survival analysis

2021-03-23 · Arash Pakbin, Xiaochen Wang, Bobak J. Mortazavi, Donald K. K. Lee

Modern applications of survival analysis increasingly involve time-dependent covariates. The Python package BoXHED2.0 is a tree-boosted hazard estimator that is fully nonparametric, and is applicable to survival settings…

Numerical IntegrationSurvival Analysis