Skip to content

JeffreyDF/kaggle_stumbleupon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Kaggle StumbleUpon Challenge solution

This is my solution for the Kaggle StumbleUpon Evergreen Classification Challenge. It got 8th place on the final leaderboard but can get top 3 scores on the private leaderboard (which is maybe not that spectacular given how noisy the data was).

The code is fairly messy (and probably somewhat inefficient) since it was my first serious experience with Python and scikit-learn. Since it does a lot of preprocessing, the script will take a long time to run for the first time (the processed results are dumped to the dump/-folder and thus only have to be generated once). Also, you will first need to convert the raw html with html2text (different encodings can sometimes make this process a little cumbersome).

A relatively detailed description of the final model and its results can be found in stumbleupon_doc_defauw.pdf.

About

Kaggle StumbleUpon Challenge solution

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages