All Projects → upura → ml-competition-template-titanic

upura / ml-competition-template-titanic

Licence: MIT license
Kaggle Titanic example

Programming Languages

python
139335 projects - #7 most used programming language
Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to ml-competition-template-titanic

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 (-13.73%)
Mutual labels:  kaggle, classification
Argus Freesound
Kaggle | 1st place solution for Freesound Audio Tagging 2019
Stars: ✭ 265 (+419.61%)
Mutual labels:  kaggle, classification
How-to-score-0.8134-in-Titanic-Kaggle-Challenge
Solution of the Titanic Kaggle competition
Stars: ✭ 114 (+123.53%)
Mutual labels:  kaggle, kaggle-titanic
Mlbox
MLBox is a powerful Automated Machine Learning python library.
Stars: ✭ 1,199 (+2250.98%)
Mutual labels:  kaggle, classification
Ml Dl Scripts
The repository provides usefull python scripts for ML and data analysis
Stars: ✭ 119 (+133.33%)
Mutual labels:  kaggle, classification
Benchmarks
Comparison tools
Stars: ✭ 139 (+172.55%)
Mutual labels:  kaggle, classification
kaggle-human-protein-atlas-image-classification
Kaggle 2018 @ Human Protein Atlas Image Classification
Stars: ✭ 34 (-33.33%)
Mutual labels:  kaggle, classification
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 (+68.63%)
Mutual labels:  kaggle, classification
Segmentation
Tensorflow implementation : U-net and FCN with global convolution
Stars: ✭ 101 (+98.04%)
Mutual labels:  kaggle, classification
Pytorch Speech Commands
Speech commands recognition with PyTorch
Stars: ✭ 128 (+150.98%)
Mutual labels:  kaggle, classification
Lightautoml
LAMA - automatic model creation framework
Stars: ✭ 196 (+284.31%)
Mutual labels:  kaggle, classification
MoeFlow
Repository for anime characters recognition website, powered by TensorFlow
Stars: ✭ 113 (+121.57%)
Mutual labels:  classification
vita
Vita - Genetic Programming Framework
Stars: ✭ 24 (-52.94%)
Mutual labels:  classification
SafeAI
Reusable, Easy-to-use Uncertainty module package built with Tensorflow, Keras
Stars: ✭ 13 (-74.51%)
Mutual labels:  classification
Quora-Paraphrase-Question-Identification
Paraphrase question identification using Feature Fusion Network (FFN).
Stars: ✭ 19 (-62.75%)
Mutual labels:  kaggle
BIRADS classifier
High-resolution breast cancer screening with multi-view deep convolutional neural networks
Stars: ✭ 122 (+139.22%)
Mutual labels:  classification
R-Machine-Learning
D-Lab's 6 hour introduction to machine learning in R. Learn the fundamentals of machine learning, regression, and classification, using tidymodels in R.
Stars: ✭ 27 (-47.06%)
Mutual labels:  classification
Online-Category-Learning
ML algorithm for real-time classification
Stars: ✭ 67 (+31.37%)
Mutual labels:  classification
Relation-Classification
Relation Classification - SEMEVAL 2010 task 8 dataset
Stars: ✭ 46 (-9.8%)
Mutual labels:  classification
scoruby
Ruby Scoring API for PMML
Stars: ✭ 69 (+35.29%)
Mutual labels:  classification

ml-competition-template-titanic

Structures

.
├── configs
│   └── default.json
├── data
│   ├── input
│   │   ├── sample_submission.csv
│   │   ├── train.csv
│   │   └── test.csv
│   └── output
├── features
│   ├── __init__.py
│   ├── base.py
│   └── create.py
├── logs
│   └── logger.py
├── models
│   └── lgbm.py
├── notebooks
│   └── eda.ipynb
├── scripts
│   └── convert_to_feather.py
├── utils
│   └── __init__.py
├── .gitignore
├── .pylintrc
├── LICENSE
├── README.md
├── run.py
└── tox.ini

Commands

Change data to feather format

python scripts/convert_to_feather.py

Create features

python features/create.py

Run LightGBM

python run.py

flake8

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