Related Experiment Video
Updated: Sep 3, 2025

05:37
An R-Based Landscape Validation of a Competing Risk Model
Published on: September 16, 2022
2.2K
Predicting death risk analysis in fully vaccinated people using novel extreme regression-voting classifier
Eysha Saad1, Saima Sadiq1, Ramish Jamil1
1Department of Computer Science, Khawaja Fareed University of Engineering and Information Technology, Rahim Yar Khan, Pakistan.
Digital Health
|July 28, 2022
Summary
Machine learning models can predict COVID-19 vaccine adverse event outcomes. An Extreme Regression- Voting Classifier with TF-IDF achieved 0.85 accuracy on a balanced dataset, aiding public health communication.
Area of Science:
- Computational biology and bioinformatics
- Public health and epidemiology
- Machine learning in healthcare
Background:
- COVID-19 vaccination campaigns face public skepticism due to misinformation regarding adverse events, illness, and mortality.
- Rumors surrounding vaccine safety can significantly undermine public trust and hinder vaccination efforts.
- Developing reliable methods to assess post-vaccination risks is crucial for informed public health strategies.
Purpose of the Study:
- To develop and evaluate machine learning models for predicting patient outcomes after COVID-19 vaccination, specifically focusing on survival status.
- To analyze the efficacy of an Extreme Regression- Voting Classifier model against other machine learning and deep learning approaches for prognosis.
- To assess model performance on both original and balanced datasets, utilizing Synthetic Minority Oversampling Technique (SMOTE) for improved generalization.
Main Methods:
- Utilized Term Frequency-Inverse Document Frequency (TF-IDF), Bag of Words (BoW), and Global Vectors (GloVe) for feature extraction.
- Compared an Extreme Regression- Voting Classifier with deep learning models including Convolutional Neural Network (CNN), Long Short-Term Memory (LSTM), and Bidirectional Long Short-Term Memory (BiLSTM).
- Performed experiments on original and SMOTE-balanced datasets to evaluate model robustness and performance.
Main Results:
- The proposed Extreme Regression- Voting Classifier combined with TF-IDF achieved an accuracy of 0.85 on the SMOTE-balanced dataset.
- For binary classification tasks, the voting classifier demonstrated state-of-the-art performance with an accuracy of 0.98.
- The study highlights the effectiveness of the proposed model in predicting post-vaccination outcomes.
Conclusions:
- Machine learning, particularly the Extreme Regression- Voting Classifier with TF-IDF, shows significant promise in predicting COVID-19 vaccine adverse event outcomes.
- Accurate prediction models can help mitigate the impact of misinformation and build public confidence in vaccination programs.
- Further research and validation are warranted to integrate these predictive tools into public health surveillance systems.
Related Concept Videos
Relative Risk
319
Relative risk (RR) is a statistical measure commonly used in epidemiology to compare the likelihood of a particular event occurring between two groups. This metric is important for evaluating the relationship between exposure to a specific risk factor and the probability of a particular outcome. It plays a crucial role in medical research, public health studies, and risk assessment. Relative risk quantifies how much more (or less) likely an event is to occur in an exposed group compared to an...
319
Cancer Survival Analysis
437
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...
437
Hazard Ratio
234
The hazard ratio (HR) is a widely used measure in clinical trials to compare the risk of events, such as death or disease recurrence, between two groups over time. It reflects the ratio of hazard rates—the instantaneous risk of the event occurring—between a treatment group and a control group. This measure provides valuable insights into the relative effectiveness of a treatment by assessing how the risk of an event differs between the two groups.
For example, in a clinical trial...
For example, in a clinical trial...
234
Parametric Survival Analysis: Weibull and Exponential Methods
574
Parametric survival analysis models survival data by assuming a specific probability distribution for the time until an event occurs. The Weibull and exponential distributions are two of the most commonly used methods in this context, due to their versatility and relatively straightforward application.
Weibull Distribution
The Weibull distribution is a flexible model used in parametric survival analysis. It can handle both increasing and decreasing hazard rates, depending on its shape parameter...
Weibull Distribution
The Weibull distribution is a flexible model used in parametric survival analysis. It can handle both increasing and decreasing hazard rates, depending on its shape parameter...
574
Assumptions of Survival Analysis
189
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.
189
Prediction Intervals
2.3K
The interval estimate of any variable is known as the prediction interval. It helps decide if a point estimate is dependable.
However, the point estimate is most likely not the exact value of the population parameter, but close to it. After calculating point estimates, we construct interval estimates, called confidence intervals or prediction intervals. This prediction interval comprises a range of values unlike the point estimate and is a better predictor of the observed sample value, y.
However, the point estimate is most likely not the exact value of the population parameter, but close to it. After calculating point estimates, we construct interval estimates, called confidence intervals or prediction intervals. This prediction interval comprises a range of values unlike the point estimate and is a better predictor of the observed sample value, y.
2.3K

