paper-with-me

홈 › Papers

Survival regression with accelerated failure time model in XGBoost

2020-06-08 · Avinash Barnwal, Hyunsu Cho, Toby Dylan Hocking

Survival regression is used to estimate the relation between time-to-event and feature variables, and is important in application domains such as medicine, marketing, risk management and sales management. Nonlinear tree based machine learning algorithms as implemented in libraries such as XGBoost, scikit-learn, LightGBM, and CatBoost are often more accurate in practice than linear models. However, existing state-of-the-art implementations of tree-based models have offered limited support for survival regression. In this work, we implement loss functions for learning accelerated failure time (AFT) models in XGBoost, to increase the support for survival modeling for different kinds of label censoring. We demonstrate with real and simulated experiments the effectiveness of AFT in XGBoost with respect to a number of baselines, in two respects: generalization performance and training speed. Furthermore, we take advantage of the support for NVIDIA GPUs in XGBoost to achieve substantial speedup over multi-core CPUs. To our knowledge, our work is the first implementation of AFT that utilizes the processing power of NVIDIA GPUs. Starting from the 1.2.0 release, the XGBoost package natively supports the AFT model. The addition of AFT in XGBoost has had significant impact in the open source community, and a few statistics packages now utilize the XGBoost AFT model.

📄 PDF Abstract BibTeX arXiv:2006.04920

Code (2)

hcho3/xgboostaftpapercode 공식 구현
avinashbarnwal/AFTXGBoostPaper

Tasks

ManagementMarketingregression

Similar Papers 제목 키워드 기반

Predicting the Lifespan of Industrial Printheads with Survival Analysis

2025-04-10 · Dan Parii, Evelyne Janssen, Guangzhi Tang, Charalampos Kouzinopoulos 외

Accurately predicting the lifespan of critical device components is essential for maintenance planning and production optimization, making it a topic of significant interest in both academia and industry. In this work, w…

Survival Analysis

Staying Alive: Uncensored Survival Analysis with Tabular Foundation Models

2026-06-02 · Mariana Vargas Vieyra arxiv

Survival Analysis (SA) is a statistical framework that models the time span until some event of interest occurs. Widely used in several domains, including healthcare and churn prediction, a central challenge in its appli…

Multi-modal Heart Failure Risk Estimation based on Short ECG and Sampled Long-Term HRV

2024-03-01 · Sergio González, Abel Ko-Chun Yi, Wan-Ting Hsieh, Wei-Chao Chen 외

Cardiovascular diseases, including Heart Failure (HF), remain a leading global cause of mortality, often evading early detection. In this context, accessible and effective risk assessment is indispensable. Traditional ap…

DiagnosticHeart Rate Variability

A Comparative Study for Time-to-Event Analysis and Survival Prediction for Heart Failure Condition using Machine Learning Techniques

2022-07-25 · Journal of Electronics, Electromedical Engineering, and Medical Informatics (JEEEMI) 2022 7 · Saurav Mishra

Heart Failure, an ailment in which the heart isn’t functioning as effectively as it should, causing in an insufficient cardiac output. The effectual functioning of the human body is dependent on how well the heart is abl…

PrognosisSurvival AnalysisSurvival Prediction

Effective Ways to Build and Evaluate Individual Survival Distributions

2018-11-28 · Humza Haider, Bret Hoehn, Sarah Davis, Russell Greiner

An accurate model of a patient's individual survival distribution can help determine the appropriate treatment for terminal patients. Unfortunately, risk scores (e.g., from Cox Proportional Hazard models) do not provide …