Watch-Me-Build

Time Series Forecasting

Introduction

Coronavirus (COVID-19) is an infectious disease causing a pandemic around the world. A pandemic disease spreads very quickly i.e., at an exponential rate. Most people affected experience respiratory illness and recover without special treatment. However, for older people it is a different story. People over the age of 65 experience underlying medical problems like diabetes, chronic respiratory pain, cardiovascular disease, and even cancer in certain cases. Hence, it is very important we keep ourselves aware and take precautionary measures.

The goal of this project is to forecast the spread of COVID-19 and its future consequences using the statistical model ARIMA.

We will be mainly looking at four parameters of interest:

Install dependencies

You will require the following dependencies:

Configuration

Open config.py to tweak the settings. You will see many parameters that can be changed. The most important ones are:

Run the script!

The python script can be run with a single command

python -W ignore main.py	# ignore warning messages

This will download the dataset in the DATA directory and generate all the figures in the FIGURES directory. You can view the results here.