-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[FutureWarning] Remove the usage of the deprecated parameter. #7811
base: master
Are you sure you want to change the base?
Conversation
Not authorized to trigger CI. Please ask core developer to help trigger via issuing comment:
|
Not authorized to trigger CI. Please ask core developer to help trigger via issuing comment:
|
Not authorized to trigger CI. Please ask core developer to help trigger via issuing comment:
|
Not authorized to trigger CI. Please ask core developer to help trigger via issuing comment:
|
Sklearn 1.5 was released just about half a year ago and I'm afraid the changes may accidentally break users with older versions. |
Not authorized to trigger CI. Please ask core developer to help trigger via issuing comment:
|
Not authorized to trigger CI. Please ask core developer to help trigger via issuing comment:
|
Description
By removing the deprecated
multi_class
parameter inLogisticRegression(...)
calls, as indicated by following warnings,we eliminate these warnings.
Checklist
Please feel free to remove inapplicable items for your PR.
Changes