The final project for MIDS w203: an exploration of the features that cause increased or decreased state-level COVID cases.
├── LICENSE
├── README.md <- The top-level README for developers 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.
|
├── notebooks <- .Rmd notebooks.
│
├── references <- Data dictionaries, manuals, and all other explanatory materials.
│
├── reports <- Generated analysis as HTML, PDF, LaTeX, etc.
│
└── src <- Source code for use in this project.
│
└── data <- Scripts to download or generate data
Repository structured based on cookiecutter data science.