All Projects → EliotAndres → Kaggle Past Solutions

EliotAndres / Kaggle Past Solutions

Licence: mit
A searchable compilation of Kaggle past solutions

Projects that are alternatives of or similar to Kaggle Past Solutions

Machinejs
[UNMAINTAINED] Automated machine learning- just give it a data file! Check out the production-ready version of this project at ClimbsRocks/auto_ml
Stars: ✭ 412 (-69.97%)
Mutual labels:  kaggle, data-science
4th Place Home Credit Default Risk
Codes and dashboards for 4th place solution for Kaggle's Home Credit Default Risk competition
Stars: ✭ 23 (-98.32%)
Mutual labels:  kaggle, data-science
Data Science Ipython Notebooks
Data science Python notebooks: Deep learning (TensorFlow, Theano, Caffe, Keras), scikit-learn, Kaggle, big data (Spark, Hadoop MapReduce, HDFS), matplotlib, pandas, NumPy, SciPy, Python essentials, AWS, and various command lines.
Stars: ✭ 22,048 (+1507%)
Mutual labels:  kaggle, data-science
Lightautoml
LAMA - automatic model creation framework
Stars: ✭ 196 (-85.71%)
Mutual labels:  kaggle, data-science
D2l En
Interactive deep learning book with multi-framework code, math, and discussions. Adopted at 300 universities from 55 countries including Stanford, MIT, Harvard, and Cambridge.
Stars: ✭ 11,837 (+762.76%)
Mutual labels:  kaggle, data-science
Open Solution Mapping Challenge
Open solution to the Mapping Challenge 🌎
Stars: ✭ 291 (-78.79%)
Mutual labels:  kaggle, data-science
Deep Recommender System
深度学习在推荐系统中的应用及论文小结。
Stars: ✭ 657 (-52.11%)
Mutual labels:  kaggle, data-science
Open Solution Toxic Comments
Open solution to the Toxic Comment Classification Challenge
Stars: ✭ 154 (-88.78%)
Mutual labels:  kaggle, data-science
Allstate capstone
Allstate Kaggle Competition ML Capstone Project
Stars: ✭ 72 (-94.75%)
Mutual labels:  kaggle, data-science
My Journey In The Data Science World
📢 Ready to learn or review your knowledge!
Stars: ✭ 1,175 (-14.36%)
Mutual labels:  kaggle, data-science
Chefboost
A Lightweight Decision Tree Framework supporting regular algorithms: ID3, C4,5, CART, CHAID and Regression Trees; some advanced techniques: Gradient Boosting (GBDT, GBRT, GBM), Random Forest and Adaboost w/categorical features support for Python
Stars: ✭ 176 (-87.17%)
Mutual labels:  kaggle, data-science
Kaggle Competitions
There are plenty of courses and tutorials that can help you learn machine learning from scratch but here in GitHub, I want to solve some Kaggle competitions as a comprehensive workflow with python packages. After reading, you can use this workflow to solve other real problems and use it as a template.
Stars: ✭ 86 (-93.73%)
Mutual labels:  kaggle, data-science
Competition Baseline
数据科学竞赛知识、代码、思路
Stars: ✭ 2,553 (+86.08%)
Mutual labels:  kaggle, data-science
D2l Vn
Một cuốn sách tương tác về học sâu có mã nguồn, toán và thảo luận. Đề cập đến nhiều framework phổ biến (TensorFlow, Pytorch & MXNet) và được sử dụng tại 175 trường Đại học.
Stars: ✭ 402 (-70.7%)
Mutual labels:  kaggle, data-science
Open Solution Data Science Bowl 2018
Open solution to the Data Science Bowl 2018
Stars: ✭ 159 (-88.41%)
Mutual labels:  kaggle, data-science
Data Science Competitions
Goal of this repo is to provide the solutions of all Data Science Competitions(Kaggle, Data Hack, Machine Hack, Driven Data etc...).
Stars: ✭ 572 (-58.31%)
Mutual labels:  kaggle, data-science
Kaggle Houseprices
Kaggle Kernel for House Prices competition https://www.kaggle.com/massquantity/all-you-need-is-pca-lb-0-11421-top-4
Stars: ✭ 113 (-91.76%)
Mutual labels:  kaggle, data-science
Machinelearningcourse
A collection of notebooks of my Machine Learning class written in python 3
Stars: ✭ 35 (-97.45%)
Mutual labels:  kaggle, data-science
Mlbox
MLBox is a powerful Automated Machine Learning python library.
Stars: ✭ 1,199 (-12.61%)
Mutual labels:  kaggle, data-science
Deep Learning Boot Camp
A community run, 5-day PyTorch Deep Learning Bootcamp
Stars: ✭ 1,270 (-7.43%)
Mutual labels:  kaggle, data-science

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"
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].