This project forecasts COVID-19 case surges across various regions using traditional machine learning and deep learning (LSTM) models in Python. The goal is to identify potential outbreaks and support public health planning.
Fields: Region, Date, Confirmed Cases, Deaths, Recoveries, etc.
Techniques Used
Data preprocessing and feature selection
Time series visualization and analysis
Logistic regression & Random Forest models
LSTM model with Keras & TensorFlow
Model tuning and evaluation (RMSE, accuracy)
Model Performance
Achieved accurate case trend forecasts across multiple regions
LSTM model outperformed traditional models in long-term trend prediction
Project Structure
covid-case-forecasting/ ├── covid_case_trends.ipynb # Main notebook for ML & LSTM forecasting ├── data/ # (Optional) Raw or cleaned COVID-19 datasets ├── outputs/ # Forecast plots, metrics, and visualizations └── README.md # Project overview and documentation
Key Takeaways
Practiced real-world data cleaning and forecasting
Compared regression vs. LSTM performance on time series
This project forecasts COVID-19 case surges across various regions using traditional machine learning and deep learning (LSTM) models in Python. The goal is to identify potential outbreaks and support public health planning.
Fields: Region, Date, Confirmed Cases, Deaths, Recoveries, etc.
Techniques Used
Data preprocessing and feature selection
Time series visualization and analysis
Logistic regression & Random Forest models
LSTM model with Keras & TensorFlow
Model tuning and evaluation (RMSE, accuracy)
Model Performance
Achieved accurate case trend forecasts across multiple regions
LSTM model outperformed traditional models in long-term trend prediction
Project Structure
covid-case-forecasting/ ├── covid_case_trends.ipynb # Main notebook for ML & LSTM forecasting ├── data/ # (Optional) Raw or cleaned COVID-19 datasets ├── outputs/ # Forecast plots, metrics, and visualizations └── README.md # Project overview and documentation
Key Takeaways
Practiced real-world data cleaning and forecasting
Compared regression vs. LSTM performance on time series