question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Implement `get_feature_names_out` for all estimators

See original GitHub issue

This issue tracks the implementation of get_feature_names_out for all remaining estimators (follow-up work for #18444).

@thomasjpfan do you maybe have a list we could add here to track them?

Edit: let’s do it by modules since the common test is organized this way:

Note: some notes on how to generate feature names in general:

https://github.com/scikit-learn/enhancement_proposals/blob/master/slep007/proposal.rst#output-feature-names

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:5
  • Comments:20 (20 by maintainers)

github_iconTop GitHub Comments

5reactions
jeremiedbbcommented, Mar 8, 2022

Every item is checked. Closing. Thanks everyone !

1reaction
adrinjalalicommented, Nov 1, 2021

I guess we’re just figuring out what the public API should look like, once the API is stable, we can make them public.

Read more comments on GitHub >

github_iconTop Results From Across the Web

6.1. Pipelines and composite estimators - Scikit-learn
To enable model inspection, Pipeline has a get_feature_names_out() method, just like all transformers. You can use pipeline slicing to get the feature names ......
Read more >
SLEP007: Feature names, their generation and the API
This SLEP proposes the introduction of the feature_names_in_ attribute for all estimators, and the get_feature_names_out method for all transformers.
Read more >
Sklearn Pipeline: Get feature names after OneHotEncode In ...
For me this results in Estimator encoder does not provide get_feature_names_out. · @AndiAnderle get_feature_names_out is not implemented on all ...
Read more >
Pipeline — Version 0.10.0 - Imbalanced-Learn
The final estimator only needs to implement fit. ... Fit all the transforms/samplers one after the other and transform/sample the data, then fit...
Read more >
How to Build a Custom Estimator for scikit-learn
Implement your own machine learning classification model and make it ... At this point, we are basically just passing on all the arguments ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found