You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Peter Bull
18e38f4164
|
9 years ago | |
---|---|---|
.. | ||
data | 9 years ago | |
docs | 9 years ago | |
figures | 9 years ago | |
models | 9 years ago | |
notebooks | 9 years ago | |
references | 9 years ago | |
reports | 9 years ago | |
src | 9 years ago | |
.env | 9 years ago | |
.gitignore | 9 years ago | |
LICENSE | 9 years ago | |
Makefile | 9 years ago | |
README.md | 9 years ago | |
requirements.txt | 9 years ago | |
tox.ini | 9 years ago |
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.