paper-with-me

Papers

Efficient Representations for High-Cardinality Categorical Variables in Machine Learning

2025-01-10 · Zixuan Liang

High\-cardinality categorical variables pose significant challenges in machine learning, particularly in terms of computational efficiency and model interpretability. Traditional one\-hot encoding often results in high\-dimensional sparse feature spaces, increasing the risk of overfitting and reducing scalability. This paper introduces novel encoding techniques, including means encoding, low\-rank encoding, and multinomial logistic regression encoding, to address these challenges. These methods leverage sufficient representations to generate compact and informative embeddings of categorical data. We conduct rigorous theoretical analyses and empirical validations on diverse datasets, demonstrating significant improvements in model performance and computational efficiency compared to baseline methods. The proposed techniques are particularly effective in domains requiring scalable solutions for large datasets, paving the way for more robust and efficient applications in machine learning.

📄 PDF Abstract BibTeX arXiv:2501.05646

Code (0)

등록된 구현이 없습니다.

Tasks

Computational Efficiency

Methods 이 논문이 사용한 방법론

Logistic Regression Logistic Regression, despite its name, is a linear model for classification rather than regression. Logistic regression is also known in the literature as logit regression,…

Similar Papers 제목 키워드 기반

A Comparison of Machine Learning Methods for Data with High-Cardinality Categorical Variables

2023-07-05 · Fabio Sigrist

High-cardinality categorical variables are variables for which the number of different levels is large relative to the sample size of a data set, or in other words, there are few data points per level. Machine learning m…

Regularized target encoding outperforms traditional methods in supervised machine learning with high cardinality features

2021-04-01 · Florian Pargent, Florian Pfisterer, Janek Thomas, Bernd Bischl

Since most machine learning (ML) algorithms are designed for numerical inputs, efficiently encoding categorical variables is a crucial aspect in data analysis. A common problem are high cardinality features, i.e. unorder…

BIG-bench Machine Learning

Encoding high-cardinality string categorical variables

2019-07-03 · Patricio Cerda, Gaël Varoquaux

Statistical models usually require vector representations of categorical variables, using for instance one-hot encoding. This strategy breaks down when the number of categories grows, as it creates high-dimensional featu…

AutoMLFeature EngineeringVocal Bursts Intensity Prediction

Using Random Effects to Account for High-Cardinality Categorical Features and Repeated Measures in Deep Neural Networks

2021-12-01 · NeurIPS 2021 12 · Giora Simchoni, Saharon Rosset

High-cardinality categorical features are a major challenge for machine learning methods in general and for deep learning in particular. Existing solutions such as one-hot encoding and entity embeddings can be hard to sc…

Entity Embeddings

New PCA-based Category Encoder for Cybersecurity and Processing Data in IoT Devices

2021-11-29 · Hamed Farkhari, Joseanne Viana, Luis Miguel Campos, Pedro Sebastiao 외

Increasing the cardinality of categorical variables might decrease the overall performance of machine learning (ML) algorithms. This paper presents a novel computational preprocessing method to convert categorical to num…

Binary Classification