Uses a lstm to predict covid results on a merged dataset
Note: In order to run the data processing scripts, the user must acquire the files COVID-19_Cases.csv, available from Johns Hopkins (link below) as it is too large for the repository.
- Google COVID 19 mobility reports:
- Global Covid-19 Data (Johns Hopkins - cases):
- The COVID Tracking Project (testing data by state):
- United States by Density 2020
In order to generate the data used in the project, the dataChanger.py script should be run first on the files it specifies. Once this is done, run dataJoin.py with an empty 'output' directory at its same directory level, along with the four files generated by dataChanger.py.
- Python 3.5.x
- Jupyter Notebook 6.0.x
- TensorFlow 2.x.x
- seaborn 0.10.x
- pydot 1.4.x
- pandas 1.0.3
- numpy 1.18.x
- graphviz 0.14
- scikit-learn 0.22.x
- matplotlib 3.2.x