paper-with-me

Papers

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. unordered categorical predictor variables with a high number of levels. We study techniques that yield numeric representations of categorical variables which can then be used in subsequent ML applications. We focus on the impact of these techniques on a subsequent algorithm's predictive performance, and -- if possible -- derive best practices on when to use which technique. We conducted a large-scale benchmark experiment, where we compared different encoding strategies together with five ML algorithms (lasso, random forest, gradient boosting, k-nearest neighbors, support vector machine) using datasets from regression, binary- and multiclass- classification settings. In our study, regularized versions of target encoding (i.e. using target predictions based on the feature levels in the training set as a new numerical feature) consistently provided the best results. Traditionally widely used encodings that make unreasonable assumptions to map levels to integers (e.g. integer encoding) or to reduce the number of levels (possibly based on target information, e.g. leaf encoding) before creating binary indicator variables (one-hot or dummy encoding) were not as effective in comparison.

📄 PDF Abstract BibTeX arXiv:2104.00629

Code (2)

compstat-lmu/paper_2021_categorical_feature_encodings 공식 구현
slds-lmu/paper_2021_categorical_feature_encodings 공식 구현

Tasks

BIG-bench Machine Learning

Similar Papers 제목 키워드 기반

Autoencoder Regularized Network For Driving Style Representation Learning

2017-01-05 · Weishan Dong, Ting Yuan, Kai Yang, Changsheng Li 외

In this paper, we study learning generalized driving style representations from automobile GPS trip data. We propose a novel Autoencoder Regularized deep neural Network (ARNet) and a trip encoding framework trip2vec to l…

Driver IdentificationRepresentation Learning

Disentangled Deep Autoencoding Regularization for Robust Image Classification

2019-02-27 · Zhenyu Duan, Martin Renqiang Min, Li Erran Li, Mingbo Cai 외

In spite of achieving revolutionary successes in machine learning, deep convolutional neural networks have been recently found to be vulnerable to adversarial attacks and difficult to generalize to novel test images with…

ClassificationGeneral Classificationimage-classificationImage Classification+1

Dual Diffusion Implicit Bridges for Image-to-Image Translation

2022-03-16 · Xuan Su, Jiaming Song, Chenlin Meng, Stefano Ermon

Common image-to-image translation methods rely on joint training over data from both source and target domains. The training process requires concurrent access to both datasets, which hinders data separation and privacy …

Image-to-Image TranslationTranslation

Forecasting Credit Ratings: A Case Study where Traditional Methods Outperform Generative LLMs

2024-07-24 · Felix Drinkall, Janet B. Pierrehumbert, Stefan Zohren

Large Language Models (LLMs) have been shown to perform well for many downstream tasks. Transfer learning can enable LLMs to acquire skills that were not targeted during pre-training. In financial contexts, LLMs can some…

Transfer Learning

Structural Prior Driven Regularized Deep Learning for Sonar Image Classification

2020-10-26 · Isaac D. Gerg, Vishal Monga

Deep learning has been recently shown to improve performance in the domain of synthetic aperture sonar (SAS) image classification. Given the constant resolution with range of a SAS, it is no surprise that deep learning t…

Deep LearningGeneral Classificationimage-classificationImage Classification