ehudbaumatz / kaggle-past-solutions

A searchable compilation of Kaggle past solutions

Home Page:http://ndres.me/kaggle-past-solutions/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kaggle Past Solutions

A searchable and sortable compilation of Kaggle past solutions. Website

About

If you are facing a data science problem or just want to learn, there is a good chance that you can find inspiration here !

Contributing

Many competitions are missing links to their solutions, evaluation and type.

To contribute:

  • Fork the repo
  • Edit the competitions.yaml file (you can even edit it with Github's editor)
  • Make a pull request

For each competition missing the data, please add types and solutions.

The solutions should be links to the Kaggle forum (if possible) or blog posts.

For instance, you might add:

types:
  - "Speech recognition"
solutions:
  -
    label: "1st place solution"
    url: "https://www.kaggle.com/c/tensorflow-speech-recognition-challenge/discussion/46988"
  -
    label: "2nd place solution"
    url: "https://www.kaggle.com/c/tensorflow-speech-recognition-challenge/discussion/47715"
  -
    label: "3rd place solution"
    url: "https://www.kaggle.com/c/tensorflow-speech-recognition-challenge/discussion/47722"

About

A searchable compilation of Kaggle past solutions

http://ndres.me/kaggle-past-solutions/

License:MIT License


Languages

Language:HTML 78.2%Language:Python 10.3%Language:JavaScript 7.3%Language:Shell 4.1%