Your description here
├── README.md <- The top-level README for people using this project.
├── data
│ ├── external <- Data from third party sources.
│ ├── interim <- Intermediate data that has been transformed.
│ ├── processed <- The final, canonical data sets for modeling.
│ └── raw <- The original, immutable data dump.
│
├── models <- Trained and serialized models, model predictions, or model summaries
│
├── notebooks <- Jupyter notebooks. Naming convention is a number (for ordering),
│ the creator's initials, and a short `-` delimited description, e.g.
│ `01-JK-data-preparation.ipynb`.
│
├── references <- Data dictionaries, project explanations, and all other explanatory materials.
│
├── reports <- Generated analysis as HTML, PDF, etc.
│ └── figures <- Generated graphics and figures to be used in reporting
│
├── requirements <- The requirements file for reproducing the analysis environment, e.g. a `environment.yml` file