Skip to content

Conversation

filthysocks
Copy link

fix for issue #3180

y_pred, MSE = gp.predict(x, eval_MSE=True)
y = f(x).ravel()

assert_true((np.abs(y_pred - y) <= (1.96 * MSE) ).all()) #check that true value is within 95% conf. int.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

make sure your file is pep8 compliant

@agramfort
Copy link
Member

oh boy... any GP users/maintainers can have a look?

@filthysocks
Copy link
Author

I don't think there are a lot of GP users ... because its not working well! see ticket #3163 as well

@filthysocks
Copy link
Author

The bug is fixed now. It was a duplicate of #2632

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants