Hi there,
I'm now submitting a model to the covid forecast hub that is a thin wrap around AutoGP https://github.com/CDCgov/covid19-forecast-hub/tree/main/model-output/CFA-EpiAutoGP .
At the moment, I'm doing a full refit on the data but obviously I'm aiming to transition to sequential fitting as new covid hospitalisation data arrives in real time.
However, often data gets revised in these settings. This means it would be handy to have the functionality to remove or replace data from the model so I can refit the model on most recent estimates as well latest revisions from data in the past.
In an ideal world I could also change the underlying variance of the observation noise so it isn't uniform along the time series but that might be a feature too far?
Hi there,
I'm now submitting a model to the covid forecast hub that is a thin wrap around
AutoGPhttps://github.com/CDCgov/covid19-forecast-hub/tree/main/model-output/CFA-EpiAutoGP .At the moment, I'm doing a full refit on the data but obviously I'm aiming to transition to sequential fitting as new covid hospitalisation data arrives in real time.
However, often data gets revised in these settings. This means it would be handy to have the functionality to remove or replace data from the model so I can refit the model on most recent estimates as well latest revisions from data in the past.
In an ideal world I could also change the underlying variance of the observation noise so it isn't uniform along the time series but that might be a feature too far?