Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 963 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 963 Bytes

Climate Policy Radar experiments template

A cookiecutter template for data science projects.

Getting started

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

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: