This repository is an example for the final project in the DSCI 510 class
Included in this documentation are all of the necessary parts that grading is going to be based on
A list of all of the dependencies used, included their version number
Preferably you should put this information in therequirements.txt
file but please list it here as well
How to install the requirements necessary to run your project:
pip install -r requirements.txt
Typically, a single file is called to run the project (something along the lines of)
python code/main.py
What kind of analyses or visualizations did you do? (Similar to Homework 2 Q3, but now you should answer based on your progress, rather than just your plan)
- which visualization methods did we use
- why did we chose this particular way of visualizing data
- what insights are revealed through the means of this visualization
[Bonus] Did you do any advanced visualizations? Briefly describe how you do it, and why it’s a great visualization
Given more time, what is the direction that you would want to take this project in?