-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
[MRG] MNT deprecate some more utils in estimator_checks.py #15029
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
sklearn/utils/estimator_checks.py
Outdated
@@ -520,6 +526,21 @@ def set_checking_parameters(estimator): | |||
|
|||
|
|||
class NotAnArray: |
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.
Why not use @deprecated
?
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.
I don't see why you'd copy the implementation of NotAnArray, other than that looks good.
Add to the Recently deprecated section in |
None of them is in the API ref @thomasjpfan I see no reason to add them now |
Addresses part of #6616
This PR deprecates