-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
ENH Adds feature names out to decomposition module #21334
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
ENH Adds feature names out to decomposition module #21334
Conversation
What do you think of having the |
I didn't want to introduce a public API into this PR. If we go the mixin direction, I think we can go with a private |
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, thank you very much!
whats_new confligt, otherwise LGTM. |
* ENH Adds feature names out to decomposition module * DOC Adds whats enw * REV Removes module not in decomposition * ENH Uses a mixin * REV Better merge
Reference Issues/PRs
Addresses some of #21308
What does this implement/fix? Explain your changes.
This PR adds a
_generate_get_feature_names_out
that can be used by estimators that generate their own names.