-
-
Notifications
You must be signed in to change notification settings - Fork 25.9k
FIX deprecate calibrators_ in _CalibratedClassifier #18714
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
ping @ogrisel @thomasjpfan I think that this should suffice |
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.
The interface of _CalibratedClassifier
is interesting because it relies on private functions for construction.
It is a private class, so this is okay for me. Codewise, this PR LGTM
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.
An example called an attribute that has been removed and circle ci failed. |
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 very much @glemaitre, LGTM.
closes #18712
Solve the second part of the issue in
CalibrateClassifierCV
.