8000 typo in ExpSineSquared kernel documentation · Issue #9215 · scikit-learn/scikit-learn · GitHub
[go: up one dir, main page]

Skip to content

typo in ExpSineSquared kernel documentation #9215

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

Closed
jvc2688 opened this issue Jun 24, 2017 · 0 comments · Fixed by #9224
Closed

typo in ExpSineSquared kernel documentation #9215

jvc2688 opened this issue Jun 24, 2017 · 0 comments · Fixed by #9224

Comments

@jvc2688
Copy link
jvc2688 commented Jun 24, 2017

There is a typo in sklearn.gaussian_process.kernels.ExpSineSquared documentation:
k(x_i, x_j) = exp(-2 sin(pi / periodicity * d(x_i, x_j)) / length_scale)^2

It should be:
k(x_i, x_j) = exp(-2 (sin(pi / periodicity * d(x_i, x_j)) / length_scale)^2)

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 a pull request may close this issue.

1 participant
0