May 2, 2020
- Developed on MacOS (v10.15.4) with Python 3.7.7
- For the most part, this package requires standard Python modules (most recent versions). It relies on some packages that might not come with a standard Python installation, such as sklearn or pickle.
- This code relies on tensorflow version 1.13.1. You can revert to this version of tensorflow using the following command: $ pip install tensorflow==1.13.1
- 'data' - directory containing the project data
- 'source' - directory containing Python scripts
- 'docs' - directory containing reports pertaining to the project
- 'results' - directory containing results of experiments (e.g., plots)
- 'run.py' - script that formats data and performs the experiments
- 'make_plts.py' - script that creates the plots for the reports