Classification based on event in survival machine learning analysis of cardiovascular disease cohort

Shokh Mukhtar Ahmad1,2, Nawzad Muhammed Ahmed3

  • 1Department of Statistics and Informatics, College of Administration and Economics, Sulaymaniyah University, Sulaymaniyah, Kurdistan, Iraq. shokh.mukhtar@komar.edu.iq.

PubMed

Insights

Supervised learning models effectively predict cardiovascular patient outcomes, even with a cured fraction. Random forest showed the best overall performance in predicting patient survival status.

Area of Science:

  • Cardiology
  • Biostatistics
  • Machine Learning

Background:

  • Cardiovascular diseases pose a significant health burden.
  • Predicting patient outcomes is crucial for effective treatment strategies.
  • Survival analysis with a cured fraction presents unique modeling challenges.

Purpose of the Study:

  • To evaluate supervised learning classification models for predicting outcomes in cardiovascular patients.
  • To identify the most effective machine learning algorithm for survival analysis in this cohort.
  • To assess the presence and impact of a cured fraction on prediction accuracy.

Main Methods:

  • A cohort of 919 cardiovascular patients was analyzed over a maximum of 650 days.
  • Survival analysis was performed, confirming a significant cured fraction (P < 0.01).
  • Various machine learning algorithms, including Random Forest, SVM, logistic, and simple regression, were applied for patient status prediction (alive/dead).

Main Results:

  • Random Forest demonstrated the highest overall predictive performance with an Area Under the ROC curve (AUC) of 0.934.
  • Support Vector Machine (SVM) showed a lower False Positive Rate (0.263) for deceased patients.
  • Logistic and simple regression models also yielded strong results with AUCs of 0.911 and 0.909, respectively.

Conclusions:

  • Supervised learning models are effective for predicting outcomes in cardiovascular patients with a cured fraction.
  • Random Forest is a promising method for overall survival prediction, though SVM excels in identifying deceased cases.
  • Machine learning offers valuable tools for enhancing patient outcome prediction in clinical cardiology.

Related Concept Videos

Comparing the Survival Analysis of Two or More Groups01:20

Comparing the Survival Analysis of Two or More Groups

Survival analysis is a cornerstone of medical research, used to evaluate the time until an event of interest occurs, such as death, disease recurrence, or recovery. Unlike standard statistical methods, survival analysis is particularly adept at handling censored data—instances where the event has not occurred for some participants by the end of the study or remains unobserved. To address these unique challenges, specialized techniques like the Kaplan-Meier estimator, log-rank test, and...
228
Survival Tree01:19

Survival Tree

Survival trees are a non-parametric method used in survival analysis to model the relationship between a set of covariates and the time until an event of interest occurs, often referred to as the "time-to-event" or "survival time." This method is particularly useful when dealing with censored data, where the event has not occurred for some individuals by the end of the study period, or when the exact time of the event is unknown.
 Building a Survival Tree
Constructing a...
118
Introduction To Survival Analysis01:18

Introduction To Survival Analysis

Survival analysis is a statistical method used to study time-to-event data, where the "event" might represent outcomes like death, disease relapse, system failure, or recovery. A unique feature of survival data is censoring, which occurs when the event of interest has not been observed for some individuals during the study period. This requires specialized techniques to handle incomplete data effectively.
The primary goal of survival analysis is to estimate survival time—the time...
298
Assumptions of Survival Analysis01:15

Assumptions of Survival Analysis

Survival models analyze the time until one or more events occur, such as death in biological organisms or failure in mechanical systems. These models are widely used across fields like medicine, biology, engineering, and public health to study time-to-event phenomena. To ensure accurate results, survival analysis relies on key assumptions and careful study design.
160
Cancer Survival Analysis01:21

Cancer Survival Analysis

Cancer survival analysis focuses on quantifying and interpreting the time from a key starting point, such as diagnosis or the initiation of treatment, to a specific endpoint, such as remission or death. This analysis provides critical insights into treatment effectiveness and factors that influence patient outcomes, helping to shape clinical decisions and guide prognostic evaluations. A cornerstone of oncology research, survival analysis tackles the challenges of skewed, non-normally...
402
Kaplan-Meier Approach01:24

Kaplan-Meier Approach

The Kaplan-Meier estimator is a non-parametric method used to estimate the survival function from time-to-event data. In medical research, it is frequently employed to measure the proportion of patients surviving for a certain period after treatment. This estimator is fundamental in analyzing time-to-event data, making it indispensable in clinical trials, epidemiological studies, and reliability engineering. By estimating survival probabilities, researchers can evaluate treatment effectiveness,...
195