f5ebe3f89b | ||
---|---|---|
.. | ||
data | ||
docs | ||
figures | ||
models | ||
notebooks | ||
references | ||
reports | ||
src | ||
.env | ||
.gitignore | ||
Makefile | ||
README.md | ||
requirements.txt | ||
tox.ini |
README.md
{{cookiecutter.project_name}}
{{cookiecutter.description}}
Organization
├── data
│ ├── external <- Data from third party sources.
│ ├── interim <- Intermediate data that has been transformed goes here.
│ ├── 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.