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.4k stars 393 forks source link

replace pkg_resources with importlib.resources #410

Closed bollwyvl closed 1 year ago

bollwyvl commented 1 year ago

Fixes increasingly loud warnings about the deprecation of pkg_resources, as seen on https://github.com/conda-forge/category_encoders-feedstock/pull/23

Proposed Changes

PaulWestenthanner commented 1 year ago

Looks good to me! Thanks for updating this!

bollwyvl commented 1 year ago

Thank you! There's a lot of FutureWarnings, too, but they are a little easier to handle. Maybe get to it another day...