scikit-learn-contrib / category_encoders

A library of sklearn compatible categorical variable encoders
http://contrib.scikit-learn.org/category_encoders/
BSD 3-Clause "New" or "Revised" License
2.39k stars 393 forks source link

(WIP) Partial fix for getting feature names out #398

Closed JaimeArboleda closed 1 year ago

JaimeArboleda commented 1 year ago

I think this is a partial fix for this opened issue:

https://github.com/scikit-learn-contrib/category_encoders/issues/395

It remains to check the behaviour of other estimators that are not ONE_TO_ONE.

Please, let me know if you like the work in progress and I will try to continue.

PaulWestenthanner commented 1 year ago

Perfect. Thanks!