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

[Feature request]: demonstrate a model selection process using flepimop #465

Open
pearsonca opened this issue Jan 13, 2025 · 0 comments
Open
Labels
documentation Relating to ReadMEs / gitbook / vignettes / etc. enhancement Request for improvement or addition of new feature(s). inference Concerns the parameter inference framework. medium priority Medium priority.

Comments

@pearsonca
Copy link
Contributor

Label

meta/workflow

Priority Label

medium priority

Is your feature request related to a problem? Please describe.

Users routinely do trial-and-error, ad hoc model selection. However, formal methods for model selection could be more effective.

Is your feature request related to a new application, scenario round, pathogen? Please describe.

No response

Describe the solution you'd like

Currently, doing model selection looks like

$ flepimop calibrate someconfigA.yml # creates inference results
$ flepimop simulate someconfigA,yml # creates time series, or maybe also outputs of inference
$ jupyter render notebook.ipynb # and then look at results
$ flepimop simulate someconfigB.yml # and then tweak notebook
$ jupyter render notebook.ipynb # and then look at results
$ # repeat as necessary

a formal model selection pipeline would look like

$ flepimop calibrate someconfig.yml # some config contains multiple models to fit, A, B, C, etc
$ flepimop process someconfig.yml --target=select # has a process module/definition 'select' that does model selection
$ flepimop process someconfig.yml --target=display # has a process module/definition 'display' that renders model selection analysis outcomes
@TimothyWillard TimothyWillard added documentation Relating to ReadMEs / gitbook / vignettes / etc. enhancement Request for improvement or addition of new feature(s). medium priority Medium priority. inference Concerns the parameter inference framework. labels Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Relating to ReadMEs / gitbook / vignettes / etc. enhancement Request for improvement or addition of new feature(s). inference Concerns the parameter inference framework. medium priority Medium priority.
Projects
None yet
Development

No branches or pull requests

2 participants