Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
~~Test~~ Demo using data from WW R package (#55)
* Adding a testing dataset from the WW repo * Correcting how path to wastewater is retrieved * Adding missing file (TSV wastewater) * Adding interval datasets and starting example with ww data * Model starts to fit but fails b/c of too big mean for negbinom [skip ci] (will fail) * Adding math to the example-with-datasets plus clarifications in code * Model fit runs OK (yupi) * Adding deterministic test and fixing qmd * Adding weekday effect to model. Still not good enough * Rewriting downloaders to python * Using os.path.exist * Adding test for plot * Updating poetry.lock * Reference image for testing in the correct location * Adding padding for models * Adding padding test * Renaming obs proc in models and working on data demo * Adding figure of latent infections and extending padding section * Update model/src/pyrenew/datasets/data-raw/wastewater.R Co-authored-by: Dylan H. Morris <dylanhmorris@users.noreply.github.com> * Update model/src/pyrenew/datasets/data-raw/wastewater.R Co-authored-by: Dylan H. Morris <dylanhmorris@users.noreply.github.com> * Update model/src/pyrenew/datasets/data-raw/infection_admission_interval.py Co-authored-by: Dylan H. Morris <dylanhmorris@users.noreply.github.com> * Typos, language, and more content to qmd doc * Update model/src/pyrenew/datasets/data-raw/generation_interval.py Co-authored-by: Dylan H. Morris <dylanhmorris@users.noreply.github.com> * Fixing updates with tuple check --------- Co-authored-by: Dylan H. Morris <dylanhmorris@users.noreply.github.com>
- Loading branch information