Hierarchical GPs in GPyTorch #2655
GStechschulte
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have implemented a hierarchical GP with the following components:
ConstantMean
for each group.In this Gist, you will find a reproducible example.
The model architecture is inspired by the multi task GPs examples, but is different to account for the subtleties in modeling data with a group-like structure, e.g., varying group sample sizes.
I noticed there are some open issues (#996) and discussions scattered throughout forums regarding hierarchical modeling in GPyTorch, so if the maintainers think it would be a nice addition to the multi task docs, I would be more than happy to open a PR.
Feedback or questions is welcome :)
Beta Was this translation helpful? Give feedback.
All reactions