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

Remove uses of inplace #425

Closed s-banach closed 9 months ago

s-banach commented 10 months ago

Fixes #422

Proposed Changes

Remove all 7 uses of inplace.

s-banach commented 10 months ago

I will make another PR on top of this one with a few other pandas lints.