likelihood eval mode on approximate GP #2055
Unanswered
wollschlager
asked this question in
Q&A
Replies: 1 comment
-
In the example that you link to, we are only evaluating the predictive mean, which is the same as the latent mean. Wrapping the model in the likelihood will only affects the variance (it returns the latent variance plus the observational variance, rather than just the latent variance). |
Beta Was this translation helpful? Give feedback.
0 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have a question regarding the approximate GP: in the example for stochastic regression, why don't we need to wrap the prediction of the model with the likelihood during evaluation? It is done in the example for the ExactGP?
And if that is no mistake, do we need to call likelihood.eval() even in the approximate GP case?
Beta Was this translation helpful? Give feedback.
All reactions