cookiecutter-data-science/{{ cookiecutter.repo_name }}
Peter Bull 78b24baab7 Add license file 2016-03-19 16:27:54 -04:00
..
data Force add data directories 2015-10-30 15:22:43 -04:00
docs Add Sphinx documentation template 2015-10-30 16:05:20 -04:00
figures Add other directories 📁 2015-10-30 15:23:59 -04:00
models Add models and reports directories 2015-10-30 17:37:47 -04:00
notebooks Add other directories 📁 2015-10-30 15:23:59 -04:00
references Add other directories 📁 2015-10-30 15:23:59 -04:00
reports Add models and reports directories 2015-10-30 17:37:47 -04:00
src Add support for .env loading 2015-11-02 09:09:45 -05:00
.env Add python-dotenv and default .env file 2015-11-02 09:25:23 -05:00
.gitignore Move .gitignore to project root 2015-10-30 15:25:38 -04:00
LICENSE Add license file 2016-03-19 16:27:54 -04:00
Makefile Make s3 bucket variable work 2015-11-03 13:58:35 -05:00
README.md Add Sphinx documentation template 2015-10-30 16:05:20 -04:00
requirements.txt Add support for .env loading 2015-11-02 09:09:45 -05:00
tox.ini Add flake8 linting 2015-11-02 09:02:49 -05:00

README.md

{{cookiecutter.project_name}}

{{cookiecutter.description}}

Organization

├── data
│   ├── external       <- Data from third party sources.
│   ├── interim        <- Intermediate data that has been transformed goes.
│   ├── processed      <- The final, canonical data sets for modeling.
│   └── raw            <- The original, immutable data dump.
│
├── notebooks          <- Jupyter or Beaker notebooks. Naming convention is a number (for ordering),
│                         the creator's initials, and a short `-` delimited description, e.g.
│                         `1.0-jqp-initial-data-exploration`.
├── references         <- Reports, data dictionaries, manuals, and all other explanatory materials.
└── src                <- Source code. Possible subdirectories might be `scripts` or `API` for
                          projects with larger codebases.