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 Remove some extras from .gitignore 9 years ago
..
data Force add data directories 9 years ago
docs Add Sphinx documentation template 9 years ago
figures Add other directories 📁 9 years ago
models Add models and reports directories 9 years ago
notebooks Add other directories 📁 9 years ago
references Add other directories 📁 9 years ago
reports Add models and reports directories 9 years ago
src Add support for .env loading 9 years ago
.env Add python-dotenv and default .env file 9 years ago
.gitignore Remove some extras from .gitignore 9 years ago
LICENSE Add license file 9 years ago
Makefile Make s3 bucket variable work 9 years ago
README.md Add Sphinx documentation template 9 years ago
requirements.txt Add support for .env loading 9 years ago
tox.ini Add flake8 linting 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.