You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scope: My original post is very verbose as it was essentially written for myself as a future reference. Hence, we can have a condensed version. I also suggest we implement a simpler model as we want users to get an example of HSGP in the periodic and not periodic cases. Therefore, we can have a long-term trend GP, a periodic yearly GP and a ZeroSumNormal for the weekday seasonality. This is already a good baseline and we can add references for more complex models.
After very insightful discussions with @bwengals, we believe this notebook can have more ambitious objectives:
Reference for how to use HSGP
Case study which illustrates some of the issues that come up with HSGPs. This Birthdays example is a great vehicle for that.
Illustrate Bayesian workflow, eda -> model building, and how to make a good model for a particularly complex data set.
This notebook will probably be a long one so we suggest working on self-contained iterations, i.e. after each point above is completed and passes all the requirements (pre-commit, typos, ...) we merge and continue with the next point in a different PR.
Notebook proposal
Title: Time Series Modeling with HSGP: Baby Births Example
Why should this notebook be added to pymc-examples?
I recently published a blog post of this model Time Series Modeling with HSGP: Baby Births Example based on the great post https://avehtari.github.io/casestudies/Birthdays/birthdays.html by Aki Vehtari. I got good feedback and when talking with @bwengals , we believe it could be a nice addition to the example gallery.
Scope: My original post is very verbose as it was essentially written for myself as a future reference. Hence, we can have a condensed version. I also suggest we implement a simpler model as we want users to get an example of HSGP in the periodic and not periodic cases. Therefore, we can have a long-term trend GP, a periodic yearly GP and a
ZeroSumNormal
for the weekday seasonality. This is already a good baseline and we can add references for more complex models.Suggested categories:
Related notebooks
Time Series Modeling with HSGP: Baby Births Example
References
https://avehtari.github.io/casestudies/Birthdays/birthdays.html by Aki Vehtari
The text was updated successfully, but these errors were encountered: