English

Quantile Encoder: Tackling High Cardinality Categorical Features in Regression Problems

Machine Learning 2021-07-06 v2

Abstract

Regression problems have been widely studied in machinelearning literature resulting in a plethora of regression models and performance measures. However, there are few techniques specially dedicated to solve the problem of how to incorporate categorical features to regression problems. Usually, categorical feature encoders are general enough to cover both classification and regression problems. This lack of specificity results in underperforming regression models. In this paper,we provide an in-depth analysis of how to tackle high cardinality categor-ical features with the quantile. Our proposal outperforms state-of-the-encoders, including the traditional statistical mean target encoder, when considering the Mean Absolute Error, especially in the presence of long-tailed or skewed distributions. Besides, to deal with possible overfitting when there are categories with small support, our encoder benefits from additive smoothing. Finally, we describe how to expand the encoded values by creating a set of features with different quantiles. This expanded encoder provides a more informative output about the categorical feature in question, further boosting the performance of the regression model.

Keywords

Cite

@article{arxiv.2105.13783,
  title  = {Quantile Encoder: Tackling High Cardinality Categorical Features in Regression Problems},
  author = {Carlos Mougan and David Masip and Jordi Nin and Oriol Pujol},
  journal= {arXiv preprint arXiv:2105.13783},
  year   = {2021}
}

Comments

Accepted at The 18th International Conference on Modeling Decisions for Artificial Intelligence (MDAI)

R2 v1 2026-06-24T02:34:10.973Z