-
-
Notifications
You must be signed in to change notification settings - Fork 26.4k
[MRG] Fix [PLSRegression] The standard scikit interface should have the argument in lowercase "y" not uppercase "Y" #26945 #28604
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
Conversation
jeremiedbb
left a comment
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 @davidleon123. Just a few minor comments but looks good overall.
|
Thanks so much for the review @jeremiedbb |
jeremiedbb
left a comment
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 @davidleon123.
Please push a commit with [doc build] in the commit message to make sure we don't introduce warnings in the examples.
|
Thanks @jeremiedbb |
glemaitre
left a comment
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 as well. Thanks @davidleon123
Reference Issues/PRs
Fixes #26945
This is to replace the stalled PR #27666
@glemaitre