Skip to content
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

Add SEIR model template #137

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

speed1313
Copy link

Thank you for your great and interesting work!

I prepared a custom template of the SEIR model, a differential equation model for predicting infectious diseases.
For more details, please visit my blog post, where I wrote about an experiment using this template.

Note
To ensure this template code runs correctly, the line

results = {k: v["means"] for k, v in results.items()}

in the run_experiment() function needs to be changed to

results = {k: v for k, v in results.items() if k != "solution"}

@speed1313 speed1313 changed the title add SEIR model template Add SEIR model template Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant