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.41k stars 396 forks source link

Remove uses of inplace #425

Closed s-banach closed 1 year ago

s-banach commented 1 year ago

Fixes #422

Proposed Changes

Remove all 7 uses of inplace.

s-banach commented 1 year ago

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