CDCgov / multisignal-epi-inference

Python package for statistical inference and forecast of epi models using multiple signals
https://cdcgov.github.io/multisignal-epi-inference/
10 stars 1 forks source link

Remove default seed value from `run` #146

Closed dylanhmorris closed 2 weeks ago

dylanhmorris commented 1 month ago

If we want people to be able to call run without explicitly specifying a seed, perhaps generate a (pseudo) random one if rng_key is None? https://github.com/CDCgov/multisignal-epi-inference/blob/b3337c1ca0e8c06027c84bd401c0735fd60c46cf/model/src/pyrenew/metaclass.py#L312

gvegayon commented 1 month ago

That has been my approach in the past.