BinomialLikelihood for count data / bucketed BernoulliLikelihoods #2143
Replies: 3 comments 11 replies
-
This would require a custom likelihood, but I imagine it shouldn't be too challenging to write one. See the BetaLikelihood as an example. (This is something that would be valuable in GPyTorch, so if you do write one, then please submit a PR. It'd also be great to get feedback/doc suggestions for implementing a custom likelihood.) |
Beta Was this translation helpful? Give feedback.
-
BinomialLikelihood PR discussions ⬇️ |
Beta Was this translation helpful? Give feedback.
-
This is something that we're very much interested in implementing. I think the API design might take a bit of thought, but I think it could be something similar to the low level Pyro API for variational models. |
Beta Was this translation helpful? Give feedback.
-
Hi, I have two questions related to a potential application of gpytorch for Binomial regression of count data.
ExactGP
is restricted to only Gaussian likelihoods? I understand we may no longer be able to do Schur complement tricks, but if one is interested in Bayesian inference of hyperparameters (eg https://mc-stan.org/docs/stan-users-guide/fit-gp.html#logistic-gaussian-process-regression) then is it still possible to exactly / closely approximate kernels terms required for computing the joint log probability?Beta Was this translation helpful? Give feedback.
All reactions