/string_categorical_encoders

Scripts for paper "Encoding high-cardinality string categorical variables"

Primary LanguagePython

String Categorical Encoders

Scripts for paper "Encoding high-cardinality string categorical variables"

column_encoders.py contains the class ColumnEncoder, a wrapper for the min-hash encoder, the gamma-Poisson factorization and other categorical encoders.