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

add category and string dtypes to default fit columns #423

Closed tvdboom closed 10 months ago

tvdboom commented 10 months ago

Fixes #421

Proposed Changes

Adding dtypes category, string and string[pyarrow] to the default dtypes used to fit the encoders.

PaulWestenthanner commented 10 months ago

Thanks for that contribution!