/categorical_encoder

Categorical encoder for sklearn pipeline

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Categorical Encoder

Covenient categorical encoder for sklearn pipeline. Avoid pipeline ramifications!

Class CategoricalEncoder

  1. init(columns, missing_value=-1, missing_strategy='ignore')
  2. fit(df)
  3. transform(df)
  4. fit_transform(df)
  5. get_map_column(col_name)