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

Decoding Function for HashingEncoder #401

Closed eddietaylor closed 1 year ago

eddietaylor commented 1 year ago

Expected Behavior

decoding method so we can retrieve the original categories

Actual Behavior

No method like this exists

Steps to Reproduce the Problem

  1. Manually create your own dictionary for the mapping

Specifications