string_categorical_encoders
string_categorical_encoders copied to clipboard
Scripts for paper "Encoding high-cardinality string categorical variables"
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.