-
-
Notifications
You must be signed in to change notification settings - Fork 26k
MNT LinearRegression uses _validate_parameters #23491
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
MNT LinearRegression uses _validate_parameters #23491
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.
Thanks for the PR @BBloggsbott. We just need a feature (regarding deprecated params) that is not merged yet before merging this one
Some checks are failing due to an error while downloading the action
Can someone run the checks again please? |
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 @BBloggsbott !
Reference Issues/PRs
LinearRegression uses _validate_parameters as part of #23462
What does this implement/fix? Explain your changes.
fit
calls_validate_parameters
as the first stepAny other comments?
First contribution. So I have a question - What is the standard process used to organize imports and format code? I've seen some repos use
pre-commit
. Is something similar being used here?Please let me know if I missed something. I'll fix it asap