CDCgov / cfa-viral-lineage-model

Apache License 2.0
9 stars 0 forks source link

Model objects #14

Closed swo closed 4 weeks ago

swo commented 1 month ago

Right now, you need a separate script to fit each model (e.g. fit_baseline_model.py). I would want all of that functionality inside the package, so that each "model" follows a common pattern for doing MCMC and then producing the samples.

My approach here was:

The ideas here are:

Something I didn't understand was the use of the word "samples," which seems to used both for the thing that comes out of the model (which is what I would have thought) but also metadata.csv. I might have made some mistake there.

afmagee42 commented 4 weeks ago

Superseded by #25