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

OneHotEncoder: Adding handle_missing='ignore' option #396

Closed woodly0 closed 1 year ago

woodly0 commented 1 year ago

Closes #386

Proposed Changes

PaulWestenthanner commented 1 year ago

Looks great! Thanks a lot