koaning / embetter

just a bunch of useful embeddings
https://koaning.github.io/embetter/
MIT License
465 stars 15 forks source link

`get_feature_names_out` for encoders #29

Closed CarloLepelaars closed 1 year ago

CarloLepelaars commented 1 year ago

I would be happy to implement get_feature_names_out for all the Embetter objects. I will implement them by just adding a new method (without a Mixin).

koaning commented 1 year ago

I might want to put that on hold for a bit, partially because I don't have a super clear roadmap in what I do/not want to cover in this library. Maybe I want to have sparse embeddings, or 2d/3d embeddings as well? In which case I might have tools that are a bit of an anti-pattern.

Maybe later, but at this point the project needs to mature before I consider such features.