Skip to content

better0123/kaggle-sample-code

 
 

Repository files navigation

Kaggle Competitions - Sample Code

This repo contains some of the code I've written for Kaggle's Machine Learning competitions in 2010-2016.

During that time, I gained a Kaggle Competitions Grandmaster rating and was once ranked as the #4 competitor. For more information about my work on Kaggle, see: https://www.kaggle.com/chefele These competitions were certainly very educational & a lot of fun.

Competition Details

I need to fill in more details here, highlighting:

  • Some particuarly interesting competitions (e.g. the Essay competition)
  • Some particularly clear or clever pieces of code

One of the great things about Kaggle is that it teaches you to analyze a dataset and get a prototype running extremely quickly.
One disadvantage, though, is that the code you write is written very quickly -- and therefore often has some room for improvement improvement from a software-engineering perspective. As a result there are some clever bits, but also some messy and inefficient bits that I have not cleaned up.

In total, for these competitions, I've written approximately:

  • 45K lines of Python
  • 26K lines of R
  • 4K lines of Java
  • 3K lines of bash

In addition, I've posted Kaggle 'kernels' code (https://www.kaggle.com/chefele/kernels), as well as some well-received comments and analyses in online discussions (https://www.kaggle.com/chefele/discussion).

About

Sample code from Kaggle competitions that I've competed in

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 58.7%
  • R 31.9%
  • Java 5.9%
  • Shell 3.5%