A cookiecutter template for data science projects.
All repositories using cookiecutter use python 3.10. You will need cookiecutter installed too.
Then run:
cookiecutter https://github.com/climatepolicyradar/experiment-template.git
git init # optional
make install
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.
This project structure is based on some templates we liked: