Skip to content
This repository has been archived by the owner on Jul 14, 2019. It is now read-only.

Models and code for the Kaggle KKBox Music Recommendation Competition

Notifications You must be signed in to change notification settings

alexklibisz/kaggle-kkbox-recommender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kaggle-kkbox-recommender

Models and code for the Kaggle KKBox Music Recommendation Competition. I ended up in 222nd place. The code is messy, but may end up useful for someone.

I spent a lot of time trying various collaborative filtering and factorization-based models. Gradient boosted decision trees ended up working much better. I also briefly explored a model that used a convolutional network to learn song vectors from spectrograms of the song audio. This required scraping/downloading the 30-second sample MP3s from KKBox; I did this using AWS Lambda and S3. My best submission was an equally-weighted ensemble of GBDT and Factorization Machines.

About

Models and code for the Kaggle KKBox Music Recommendation Competition

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published