Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possible typo in README.md #49

Closed
NewJerseyStyle opened this issue Jul 16, 2020 · 1 comment
Closed

Possible typo in README.md #49

NewJerseyStyle opened this issue Jul 16, 2020 · 1 comment

Comments

@NewJerseyStyle
Copy link

In the last part of 5-minute-intro

I guess the line assigning y_test_ntk should pass parameter get='ntk' instead of get='nngp'

y_test_ntk = predict_fn(x_test=x_test, get='nngp')

I think it should be:

y_test_ntk = predict_fn(x_test=x_test, get='ntk')
@romanngg
Copy link
Contributor

Thanks, fixed! 17e7b52

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

No branches or pull requests

2 participants