The objective is to model the cases of COVID-19 and related deaths at the country level. Data from John Hopkins University on cases and deaths, World Bank on country data, and Oxford University on policy measures are used to train the model.
Breakdown of folders:
scripts: contains scripts that clean and prepare the data, train models, output predictions, visualize predictions
Instructions to run the code:
Please run the jupyter noteboooks in the following order:
- covid_dataset.ipynb
- model_fitting.ipynb
- MLP Classifier.ipynb
- Model_output.ipynb