-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
Gaussian process uses string comparison on arrays #5663
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
Labels
Easy
Well-defined and straightforward way to resolve
Comments
ziky90
added a commit
to ziky90/scikit-learn
that referenced
this issue
Nov 3, 2015
glemaitre
pushed a commit
to glemaitre/scikit-learn
that referenced
this issue
Feb 13, 2016
mannby
pushed a commit
to mannby/scikit-learn
that referenced
this issue
Apr 22, 2016
@dhanus thanks :) |
TomDLT
pushed a commit
to TomDLT/scikit-learn
that referenced
this issue
Oct 3, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The new GP raises a lot of "FutureWarning: elementwise comparison failed" in the tests.
This should be avoided by checking if the parameter is a string, as done here:
https://github.com/scikit-learn/scikit-learn/pull/5413/files#diff-a84a355d447d21d71c4f82afbeba65edR647
The text was updated successfully, but these errors were encountered: