Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 576 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 576 Bytes

Rap Stylometry Project

A casual statistical investigation into the validity of Drake's ghostwriting charges.

Navigation

  • 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.