Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 329 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 329 Bytes

Instructions:

Dependencies:

  • numpy
  • matplotlib
  • geopandas
  • pandas
  • sklearn

All datasets are included so no downloading is necessary.

To run:

  • COVID Data Analysis: python covid_analysis.py (plots will be produced in the outputs folder)
  • COVID Cases Prediction: python predicting_cases.py
  • Tests: python test.py