Skip to content
Discussion options

You must be logged in to vote

As you said, the prediction strategy will properly take the noise of the likelihood into account when computing the posterior distribution. For prediction, model(test_x) provides the posterior over the latent function values. Applying the likelihood to that posterior gives you the posterior predictive, i.e. the distribution over the observed values (internally this is done by just by adding the observation noise to the diagonal of the posterior covariance).

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by HSID
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants