Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/EliotAndres/kaggle-past-solutions
A searchable compilation of Kaggle past solutions
https://github.com/EliotAndres/kaggle-past-solutions
List: kaggle-past-solutions
awesome compilation data-science kaggle
Last synced: 11 days ago
JSON representation
A searchable compilation of Kaggle past solutions
- Host: GitHub
- URL: https://github.com/EliotAndres/kaggle-past-solutions
- Owner: EliotAndres
- License: mit
- Created: 2017-01-13T22:06:53.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-12-23T09:17:04.000Z (almost 5 years ago)
- Last Synced: 2024-05-21T14:05:43.623Z (6 months ago)
- Topics: awesome, compilation, data-science, kaggle
- Language: HTML
- Homepage: https://ndres.me/kaggle-past-solutions/
- Size: 150 KB
- Stars: 1,480
- Watchers: 64
- Forks: 394
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kaggle Past Solutions
A searchable and sortable compilation of [Kaggle](https://www.kaggle.com/) past solutions. [Website](http://ndres.me/kaggle-past-solutions/)## 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 requestFor 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"