/covid19_nsw

Primary LanguageJupyter NotebookMIT LicenseMIT

Python Version License MIT

Repository Structure

.
├── LICENSE
├── README.md
├── bin
│   └── blog_publish.sh                     <- Generate html for blog publish
├── data
│   └── processed                           <- Folder containing the processed data
├── notebooks
│   └── Bayesian_exponential_model.ipynb    <- Bayesian regression model
└── src
    └── data
        └── make_dataset.py                 <- Fetch data and prepare for model training