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

Add base encoder #326

Closed bmreiniger closed 2 years ago

bmreiniger commented 3 years ago

Progress so far on #166. Putting here for comparison with #325.

PaulWestenthanner commented 2 years ago

I've just added your tagging system and parametrisation of tests to my PR: https://github.com/scikit-learn-contrib/category_encoders/pull/325/commits/c1e215d77650e9c73058707b5ace0178c9acad54

PaulWestenthanner commented 2 years ago

I'm closing this as I've merged the other version of the base encoder which also includes ideas from this PR. Thank you!