A casual statistical investigation into the validity of Drake's ghostwriting charges.
- get_lyrics.ipynb: get an artist's discography from genius and convert songs into Jsons.
- data_exploration.ipynb: some really quick EDA
- gridsearch_class.ipynb: models using lyrics to predict authorship. Takes ~10 minutes to run locally.
- /data: houses Json files with songs from Drake and Quentin Miller.
- writeup.md: Background on the project, methods and analysis of gridsearch_class.