/LSTMforCovidData

Uses a lstm to predict covid results on a merged dataset

Primary LanguageJupyter NotebookMIT LicenseMIT

LSTMforCovidData

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.

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.

Requirements

  • 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