-
Notifications
You must be signed in to change notification settings - Fork 9
Model builder, latent infection process components and tutorials #650
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
…ents, 'aggregate' instead of 'jurisdiction'
…ents, 'aggregate' instead of 'jurisdiction'
for more information, see https://pre-commit.ci
… into mem_generic_observations
for more information, see https://pre-commit.ci
… into mem_generic_observations
Co-authored-by: Dylan H. Morris <dylanhmorris@users.noreply.github.com>
Co-authored-by: Dylan H. Morris <dylanhmorris@users.noreply.github.com>
Co-authored-by: Dylan H. Morris <dylanhmorris@users.noreply.github.com>
Co-authored-by: Dylan H. Morris <dylanhmorris@users.noreply.github.com>
Co-authored-by: Dylan H. Morris <dylanhmorris@users.noreply.github.com>
… into mem_generic_observations
Co-authored-by: Dylan H. Morris <dylanhmorris@users.noreply.github.com>
Co-authored-by: Dylan H. Morris <dylanhmorris@users.noreply.github.com>
Co-authored-by: Dylan H. Morris <dylanhmorris@users.noreply.github.com>
Co-authored-by: Dylan H. Morris <dylanhmorris@users.noreply.github.com>
for more information, see https://pre-commit.ci
… into mem_generic_observations
- Fix typo: "obervation" -> "observation" in building_multisignal_models.qmd - Reorder docstring parameters to match actual signatures in partitioned_infections.py and hierarchical_infections.py - Add missing docstrings to __init__ and validate methods in hierarchical_priors.py - Add Returns sections to _sample_single and _sample_vectorized methods in temporal_processes.py - Add docstrings with Returns sections to test fixtures Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-authored-by: Dylan H. Morris <dylanhmorris@users.noreply.github.com>
Co-authored-by: Dylan H. Morris <dylanhmorris@users.noreply.github.com>
… into mem_generic_observations
for more information, see https://pre-commit.ci
… into mem_generic_observations
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #650 +/- ##
==========================================
+ Coverage 96.98% 98.27% +1.28%
==========================================
Files 42 56 +14
Lines 1094 1850 +756
==========================================
+ Hits 1061 1818 +757
+ Misses 33 32 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Thank you for your contribution @cdc-mitzimorris 🚀! Your github-pages is ready for download 👉 here 👈! |
This PR adds the following files to the PyRenew code base, with corresponding unit tests.
pyrenew.latentcomponents that encapsulate a latent infections processpyrenew.modelcomponents that compose and run a multisignal modeltutorials on model building and modeling choices for a latent infections process
The datasets and corresponding data loading utilities used by the tutorial on building multisignal models have been added to the
pyrenew/datasetsdirectory.