/cookiecutter-datascience

Cookiecutter for datascience projects in python.

Primary LanguageJupyter Notebook

Cookiecutter-datascience

Cookiecutter template for datascience projects.

Usage

To start a new project from this cookiecutter, install cookiecutter (obviously...) and then do;

cookiecutter gh:eliavw/cookiecutter-datascience

Future work

This is still a work in progress and will likely never be finished. The list below keeps track of possible improvements.

  • Test: CI on github
  • Test: Notebooks as integration tests
  • Dependency Mgmt: Keep setup.cfg and dependencies-deploy.yaml consistent automatically.
  • Docs: Auto-generate API docs from docstrings
  • Test: Unittest docs and code style

Side-effect

This repo is also basically an example of how you can also make your own cookiecutter!