Team mates:
Sasank Chithirala - [email protected]
Rishik Reddy Musipatla - [email protected]
Bahirithi Karampudi - [email protected]
This project explores the impact of the COVID-19 pandemic on global healthcare systems and the World Happiness Index using machine learning algorithms. The study aims to analyze changes in healthcare infrastructure, medical services, and overall well-being pre and post-pandemic. It integrates multiple datasets, applies various regression and classification models, and provides insights to improve healthcare resilience for future pandemics.
- Investigate healthcare system changes before and after the pandemic.
- Analyze the correlation between COVID-19 impact and the Global Happiness Index.
- Use machine learning algorithms (classification, regression, and ensemble methods) to study patterns in healthcare services.
- Develop predictive models to understand factors influencing healthcare quality and happiness scores.
The study integrates data from multiple sources:
- COVID-19 Data Repository – Johns Hopkins University.
- World Happiness Report – Kaggle dataset.
- Vaccination and Healthcare Data – Our World in Data.
The project follows a structured approach:
- Data Collection & Cleaning – Merging COVID-19, healthcare, and happiness index datasets.
- Exploratory Data Analysis (EDA) – Understanding trends and key influencing factors.
- Regression Analysis – Evaluating the relationship between GDP, healthcare spending, vaccination rates, and pandemic impact.
- Classification Models – Decision Trees, Random Forest, Logistic Regression, Naïve Bayes, and Gradient Boosting.
- Model Comparison – Identifying the most accurate model for predicting healthcare efficiency.
- Visualization – Data trends using Seaborn, Matplotlib, and Plotly.
- Programming Language: Python
- Libraries & Frameworks:
Pandas
,NumPy
– Data ProcessingMatplotlib
,Seaborn
,Plotly
– Data VisualizationScikit-learn
,TensorFlow
– Machine Learning ModelsPySpark
,Spark MLlib
– Big Data Analytics
- Cloud Platforms: Google Colab
- Healthcare system strain: Countries with robust healthcare infrastructure showed higher resilience.
- Happiness Index: Countries with higher vaccination rates and economic stability had better happiness scores.
- Best Performing ML Model: Random Forest + Bagging Decision Tree outperformed other models in predicting healthcare resilience.