FinalMLProj.ipynb: The notebook that contains our EDA, model evaluation, and final model testing.
eda.py and edl.py: Files to help with our EDA. These are imported in FinalMLProj.ipynb
preprocess.py: Preprocess our yelp data to get it in an acceptable format
json_to_csv_converter.py: Used for get requests to make requests to the Yelp Fusion API.