Data science blueprint is a nothing more than a data science project structure proposition. Its purpose is very simple :
- help you build a robust project
- help you gain some confidence regarding the reliability of the code
- help you meet the requirements needed to deploy in a production environment
- Bring data scientists and machine learning engineers to work together around a common code base
To install data science blueprint, you will first need to install the python package named cookiecutter
:
pip install cookiecutter
When this is done, you can install the data science blueprint with this command:
cookiecutter https://github.com/mysketches/data-science-blueprint
You can read the full documentation I have written on readthedocs.io : https://data-science-blueprint.readthedocs.io/