Skip to content

Basic SingleTaskGP fit question #1195

Discussion options

You must be logged in to vote

Hi Dave! What you're plotting is the mean and confidence interval for the underlying sinusoidal function. It doesn't include the predicted observation noise. To get the predictions with the observation noise included, you can use posterior = gp.posterior(test_X, observation_noise=True).

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@dbernstein-symbio
Comment options

@dbernstein-symbio
Comment options

@saitcakmak
Comment options

@dbernstein-symbio
Comment options

Answer selected by saitcakmak
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