Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 1.17 KB

README.md

File metadata and controls

28 lines (24 loc) · 1.17 KB

lab_2

The final project for MIDS w203: an exploration of the features that cause increased or decreased state-level COVID cases.

Project Organization

├── 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.