Skip to content

This repo contains code for experimenting with categorical encoding - WoE, Catboost, Target encoder, and many more.

Notifications You must be signed in to change notification settings

NaquibAlam/Categorical_Encoding_Experimentation

Repository files navigation

Categorical_Encoding_Experimentation

  1. This repo contains code for experimenting with categorical encoding - WoE, Catboost, Target encoder and many more.
  2. Many of these encoders such as Catboost, Target, Leave-one-out are very popular when it comes to encoding a categorical variable with very high cardinlaity.
  3. WoE is very popular for low/high cardinality for Binary classification problem especially with Logistic Regression.
  4. Binary and Ordinal encoder could be useful when encoding an ordinal variable.
  5. The train and test data used in these notebooks can be found here: https://www.kaggle.com/c/cat-in-the-dat/data/.

About

This repo contains code for experimenting with categorical encoding - WoE, Catboost, Target encoder, and many more.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published