-
-
Notifications
You must be signed in to change notification settings - Fork 26k
FIX Ensure that GaussianProcessRegressor predict method does not modify input #24405
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
FIX Ensure that GaussianProcessRegressor predict method does not modify input #24405
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need to have a entry in the v1.2.rst
changelog to acknowledge the bug.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks @OmarManzoor
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR @OmarManzoor. I just have a suggestion about the custom kernel designed for the test
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks @OmarManzoor
…ct method, just to be safe. (I'm not sure the bug affect Chess-tuning-tools).
Reference Issues/PRs
Fixes #24340
What does this implement/fix? Explain your changes.
Any other comments?
None