Machine learning classification take-home project for an interview with Thrasio, a mass Amazon FBA Buyer
Spotify has an internal tool that gives songs various attributes like dancibility, loudness, popularity, etc.
Given a dataset of songs with these attributes, we are interested in predicting the genre of the song.
Accuracy was the most important metric to take into consideration
EDA and Feature Engineering
Model training and hyper-parameter tuning
Model accuracy interpretation
I utilized the Random Forest and Logistic Regression for classification, and received a max accuracy of >92%