category_encoders icon indicating copy to clipboard operation
category_encoders copied to clipboard

Add Unary/ Thermometer Encoding

Open iki77 opened this issue 3 years ago • 1 comments

Add Unary/Thermometer Encoding as an alternative for Ordinal Encoding. According to Source it is also more robust to adversarial examples

iki77 avatar May 19 '21 13:05 iki77

This is an alternative to one hot encoding, not ordinal. It could be interesting and should be relatively easy to do, but I'm not sure this algorithm will be better than OHE. I think it could be added as a parameter to existing OHE implementation.

P.S. It was in the works but right now nobody is doing it

glevv avatar Feb 13 '22 09:02 glevv

I've finally worked on this. This issue is a duplicate of #199 anyway right?

PaulWestenthanner avatar Jan 05 '23 23:01 PaulWestenthanner

added in #222

PaulWestenthanner avatar Jan 14 '23 20:01 PaulWestenthanner