my-datascience-cookiecutter/{{ cookiecutter.repo_name }}
..
2015-10-30 15:22:43 -04:00
2015-10-30 16:05:20 -04:00
2015-10-30 15:23:59 -04:00
2015-10-30 17:37:47 -04:00
2015-10-30 15:23:59 -04:00
2015-10-30 15:23:59 -04:00
2015-11-02 09:09:45 -05:00
2015-11-02 09:25:23 -05:00
2015-10-30 15:25:38 -04:00
2015-11-02 09:02:49 -05:00
2015-10-30 16:05:20 -04:00
2015-11-02 09:09:45 -05:00
2015-11-02 09:02:49 -05:00

{{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.