Skip to content

LydiaKoil/Spotify-Genre-Classifier

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

Spotify-Genre-Classifier

  • knn.py - Houses code for all things related to KNN Classifier(Cross-val, training, plots etc).

  • logreg.py - Houses code for all things related to Logistic Regression Classifier(Cross-val, training, plots etc).

  • get_data.py - Used to fetch track info using the Spotify API and place inside a pandas dataframe, which is finally converted to a CSV file.

  • produce_trainready.py - Preprocessing/Normalization of the CSV obtained by get_data.py.

  • feature_select.py - Used to analyse importance of features in dataset using ANOVA F-scores.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%