Forecasting Global Covid-19 with Kaggle Dataset
Using FacebookProphet forecasting tooling and python, this is an attempt to forecast global covid 19 spread. Specifically, forecast confirmed cases and fatalities between April 15 - May 14 2020 by region.
Implemented with Python 3.7.4, FacebookProphet, and (external database)[data-sources]. ** Note: Graph only visible when run with Jupyter Notebook. **
pip install -r requirements.txt
python src/covid_forecaster.py
- docker build .
- docker run -i
Graph will print out in the notebook.
pip install -r requirements.txt
jupyter notebook ./src/US_Covid_19_Cases_Forecast.ipynb
Daily time series summary tables, including confirmed, deaths and recovered. All data are from the daily case report (Source).