epiforecasts / EpiSoon

Forecasting the effective reproduction number over short timescales
https://epiforecasts.io/EpiSoon/
Other
7 stars 3 forks source link

Make compare_timeseries be more efficient #27

Closed seabbs closed 4 years ago

seabbs commented 4 years ago

For few regions, it makes sense to run in parallel over both regions and models. To do this need to strip out the reliance on compare_models and roll a new version that makes a data frame/list of all possible combinations and then maps over them.

It also makes sense to make compare_models potentially be parallel when used in standalone mode as well as evaluate_model potentially with a pass-through.

seabbs commented 4 years ago

Done