Project description goes here.
├── Makefile <- Makefile with commands like `make data` or `make train`
├── README.md <- The top-level README for developers using this project.
├── data
│ ├── interim <- Intermediate data that has been transformed.
│ ├── processed <- The final, canonical data sets for modeling.
│ └── raw <- The original, immutable data dump.
│
├── docs <- Documentation (optional)
│
│
├── notebooks <- Jupyter (or other) 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 <- Data dictionaries, manuals, papers and all other explanatory materials.
│
├── results <- Generated analysis as HTML, PDF, LaTeX, etc.
│ └── figures <- Generated graphics and figures to be used in reporting
│
│
├── src <- Source code for use in this project.
│ │
│ ├── data-collection <- Scripts to download or generate data
│ │
│ ├── processing <- Scripts to turn raw data into features for further analysis
│ │
│ ├── utility <- General scripts recycled here and there (e.g. file conversion,
│ │ find and replace)
│ │
│ └── visualization <- Scripts to create exploratory and results oriented visualizations
│
│
└── LICENSE