/experiment-template

A cookiecutter template for data science experiments

Primary LanguageDockerfile

Climate Policy Radar experiments template

A cookiecutter template for data science projects.

Getting started

All repositories using cookiecutter use python 3.9. You will need cookiecutter installed too.

Then run:

cookiecutter https://github.com/climatepolicyradar/experiment-template.git

git init # optional

make install

Developing this repo

Run make install to install pre-commit and the pre-commit hooks that run on the built cookiecutter template. This will prevent you from pushing code that doesn't pass CI checks.

Acknowledgements

This project structure is based on some templates we liked: