-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
MNT Make modules private in feature_extraction #15321
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 Make modules private in feature_extraction #15321
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.
We should also deprecate cython files ;)
There are stuff in text
that should be private I think, like the VectorizerMixin?
Same for image.extract_patches
... Not sure what to do with these.
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.
LTGM apart of the comment of @NicolasHug which need to be addressed.
Two options:
|
I would move them to |
Updated this PR with a simplier approach. I didn't create another file and deprecated |
CC @NicolasHug |
Thanks @thomasjpfan ! |
Reference Issues/PRs
Partially addresses #9250
CC @NicolasHug @adrinjalali