It is important to structure your data science project based on a certain standard so that your teammates can easily maintain and modify your project.
This repository provides a template that incorporates best practices to create a maintainable and reproducible data science project.
- hydra: Manage configuration files - article
- pdoc: Automatically create an API documentation for your project
- pre-commit plugins: Automate code reviewing formatting
- Poetry: Dependency management - article
Install Cookiecutter:
pip install cookiecutter
Create a project based on the template:
cookiecutter https://github.com/fredmontet/template-data-science