-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GP hyperparams cannot converge when specifying GP over growth rate derivative #31
Comments
working with simulated infections and the follow code to back calculate a GP that would fit to the data, seems like a very short lengthscale is required
|
update, deriv works with ACEFA covid data, if backing out DoW model, but still does not work on simulated SIRS data edit: nvm still unidentifiable but can initiate |
update: init helper overcomes the issue, but working on implementing with epiwave as need to give init to one of class attribute of gp and that doesn't seem to get passed successfully |
init helper doesn't get around another obs type (eg sero, need to debug init stability further) |
when
growth_rate_deriv
effect is selected in https://github.com/idem-lab/epiwave/blob/main/R/create_infection_timeseries.Rmodel loses traction over GP hyperparameters, leading to model failing to initiate or non-convergence. I suspect this is because only a narrow region of hyperparameter values can produce a GP that fits with growth rate derivative, depending on features of the data. May need to consider changing kernel choice
The text was updated successfully, but these errors were encountered: