billderose-zz / kaggle_seeclickfix

My model for the See Click Predict Fix Kaggle competition

Home Page:http://zacstewart.com/2013/11/27/kaggle-see-click-predict-fix-postmortem.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kaggle_seeclickfix

My model for the See Click Predict Fix Kaggle competition. Read the postmortem for a more detailed explanation of how it works.

Generating a submission

  1. Install dependencies pip install -r requirements.txt
  2. Put data in data/ directory
  3. Run model python estimator.py
  4. Upload submission.txt

Outcome

  • 147/533 on the public leaderboard
  • 151/533 on the private leaderboard

Puts me in the top 70%, which is not that great, but on the bright side, my public and private leaderboard scores being very close means I didn't horribly overfit during the competition.

About

My model for the See Click Predict Fix Kaggle competition

http://zacstewart.com/2013/11/27/kaggle-see-click-predict-fix-postmortem.html

License:MIT License


Languages

Language:Python 100.0%