This project has a variety of dependencies that need to be installed before you main.py can be run.
For conda environments
conda install pandas pickle seaborn plotly scikit-learn matplotlibFor python environments
pip install pandas seaborn pickle plotly scikit-learn matplotlib/data is where the datasets used to generate the results in report.md are stored.
/output is where plots are output and saved.
main.py is the central file for running all the tasks outlined in report.md.
task_1.py implements task 1 as outlined in report.md
task_2.py implements task 2 outlined in report.md
task_3.py implements task 3 as outlined in report.md
After installing libraries, run main.py to generate the plots and results used in report.md. We recommend looking at the plots generated by running main.py for the interactive plotly plots.