IamGianluca / cookie

Template to bootstrap the creation of a Git repositories for a Kaggle competition

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

Cookiecutter to bootstrap new Kaggle projects.

How to use

  1. pyenv activate cookie
  2. cookiecutter git+ssh://git@github.com/IamGianluca/cookie.git
  3. cp ~/.kaggle/kaggle.json .
  4. git init
  5. make download_ml && make install_ml
  6. make build && make start
  7. make attach
  8. Start coding

About

Template to bootstrap the creation of a Git repositories for a Kaggle competition

License:MIT License


Languages

Language:Python 40.1%Language:Makefile 34.0%Language:Dockerfile 25.9%