Cookiecutter template for datascience projects.
To start a new project from this cookiecutter, install cookiecutter (obviously...) and then do;
cookiecutter gh:eliavw/cookiecutter-datascience
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
anddependencies-deploy.yaml
consistent automatically. - Docs: Auto-generate API docs from docstrings
- Test: Unittest docs and code style
This repo is also basically an example of how you can also make your own cookiecutter!