All Projects → yassineAlouini → kaggle-tools

yassineAlouini / kaggle-tools

Licence: MIT license
Some tools that I often find myself using in Kaggle challenges.

Programming Languages

python
139335 projects - #7 most used programming language
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to kaggle-tools

lux-ai-2021
My published benchmark for a Kaggle Simulations Competition
Stars: ✭ 29 (-12.12%)
Mutual labels:  kaggle
intel-cervical-cancer
Team GuYuShiJie~'s 15th (top 2%) solution of cervix type classification in Kaggle 2017 competition, using PyTorch.
Stars: ✭ 19 (-42.42%)
Mutual labels:  kaggle
kaggle
Kaggle solutions
Stars: ✭ 17 (-48.48%)
Mutual labels:  kaggle
ml-competition-template-titanic
Kaggle Titanic example
Stars: ✭ 51 (+54.55%)
Mutual labels:  kaggle
Deep-Learning-Experiments-implemented-using-Google-Colab
Colab Compatible FastAI notebooks for NLP and Computer Vision Datasets
Stars: ✭ 16 (-51.52%)
Mutual labels:  kaggle
ml-workflow-automation
Python Machine Learning (ML) project that demonstrates the archetypal ML workflow within a Jupyter notebook, with automated model deployment as a RESTful service on Kubernetes.
Stars: ✭ 44 (+33.33%)
Mutual labels:  kaggle
Quora-Paraphrase-Question-Identification
Paraphrase question identification using Feature Fusion Network (FFN).
Stars: ✭ 19 (-42.42%)
Mutual labels:  kaggle
spark scala ml examples
Spark 2.0 Scala Machine Learning examples
Stars: ✭ 75 (+127.27%)
Mutual labels:  kaggle
Hello-Kaggle-Guide-KOR
Kaggle을 처음 접하는 사람들을 위한 문서
Stars: ✭ 140 (+324.24%)
Mutual labels:  kaggle
Algorithm
ml & dl & kaggle
Stars: ✭ 24 (-27.27%)
Mutual labels:  kaggle
kaggle redefining cancer treatment
Personalized Medicine: Redefining Cancer Treatment with deep learning
Stars: ✭ 21 (-36.36%)
Mutual labels:  kaggle
How-to-score-0.8134-in-Titanic-Kaggle-Challenge
Solution of the Titanic Kaggle competition
Stars: ✭ 114 (+245.45%)
Mutual labels:  kaggle
Apartment-Interest-Prediction
Predict people interest in renting specific NYC apartments. The challenge combines structured data, geolocalization, time data, free text and images.
Stars: ✭ 17 (-48.48%)
Mutual labels:  kaggle
kuzushiji-recognition
Kuzushiji Recognition Kaggle 2019. Build a DL model to transcribe ancient Kuzushiji into contemporary Japanese characters. Opening the door to a thousand years of Japanese culture.
Stars: ✭ 16 (-51.52%)
Mutual labels:  kaggle
autogbt-alt
An experimental Python package that reimplements AutoGBT using LightGBM and Optuna.
Stars: ✭ 76 (+130.3%)
Mutual labels:  kaggle
rawr
Extract raw R code directly from webpages, including Github, Kaggle, Stack Overflow, and sites made using Blogdown.
Stars: ✭ 15 (-54.55%)
Mutual labels:  kaggle
Quora
Kaggle: Quora Insincere Questions Classification - detect toxic content to improve online conversations
Stars: ✭ 36 (+9.09%)
Mutual labels:  kaggle
data-visualization-deck-gl
A experiment to visualize Tree in NewYork and Flight record data. Using Deck.gl and Kaggle
Stars: ✭ 54 (+63.64%)
Mutual labels:  kaggle
kaggle-champs-scalar-coupling
19th place solution in "Predicting Molecular Properties"
Stars: ✭ 26 (-21.21%)
Mutual labels:  kaggle
kaggle-open-images-2019-instance-segmentation
Simple solution for Open Images 2019 - Instance Segmentation competition using maskrcnn-benchmark.
Stars: ✭ 38 (+15.15%)
Mutual labels:  kaggle

Kaggle tools

About

This is a repository containing tools, scripts and code snippets that I often use in Kaggle challenges and more generally in data science and machine learning tasks.

Installation (Linux and OS X)

To install the project dependencies, run:

pip install -r requirements

If you are familiar with Conda, I would suggest creating a virtual environnement and installing the dependencies in the following fashion:

conda create --name kaggle-tools --file requirements.txt

Then activate the environment with the following command:

source activate kaggle-tools

If you want to process images, you need to install OpenCV. Here is the easiest way I found to do it (activate the virtual environment first):

conda install -c https://conda.binstar.org/menpo opencv3

Roadmap

I am planning to release an alpha version (v0.0.3) by the end of 2018. Check the ROADMAP.md file for more details.

Contributing

Feel free to send a link to tools that you use or make a pull request.

License

The MIT License (MIT)

Copyright (c) 2018 Yassine Alouini

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].