You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This projects explores the use of machine learning methods such as K-means Clustering and K-Nearest Neighbors (K-NN) to predict an artist genre using audio features extracted from Spotify.
Calling Spotify API for Song Dataset, Finding Genres
Genre_Finder.py
Genre_Finder.ipynb
Genre_Finder.html
Cleaning Dataset, K-Means Clustering and K-Nearest Neighbors Model
Cleaning_and_ML.py
Cleaning_and_ML.ipynb
Cleaning_and_ML.html
Used the stats.shapiro function to test for assumptions of normal distributions in each song metric
Evaluating the best value of k for prediction accuracy
Plotting the Misclassification Error against the number of k neighbors
Confusion Matrix
Precision and recall values for each label
Total precision and recall
About
Genre Classifier using K-means Clustering and K-Nearest Neighbors using Spotify Audio Features in Python