A coockiecutter template for Kaggle competitions.
- Install
cookiecutter
in yourbase
Conda environment following the instructions here - Clone this repository, then
cd ../
so that you're in the parent directory of the cloned repository. - Run
cookiecutter ./cookiecutter-kaggle
. Fill in the values it asks for as you want. cd
into the generated directory, and runsource ./setup.sh
.