As a developer, I need a way to train and update the parameters of a model so that I can update forecasts
The issue is that the pymc3
based models are really slow. The parameters for each country should be pre-computed and cached.
I don't know the best way of doing this.
Edited by Phil Winder