A base template for your basic data science / data analysis project.
This is a simple version of the cookiecutter template.
Install the latest Cookiecutter to use this template (requires Cookiecutter 2.1.0 or higher)
pip install -U cookiecutter
Run the following script to generate the template for the project in your terminal or command prompt.
cookiecutter https://github.com/alamhanz/data_science_template.git --checkout <tag>
Then, follow the template as needed.
|--artifacts
|--data
|--raw
|--interim
|--processed
|--externals
|--notebooks
|--queries
|--reports
|--figures
|--src