paper-with-me

Papers

Tabular Data: Deep Learning is Not All You Need

2021-06-06 · ICML Workshop AutoML 2021 7 · Ravid Shwartz-Ziv, Amitai Armon

A key element in solving real-life data science problems is selecting the types of models to use. Tree ensemble models (such as XGBoost) are usually recommended for classification and regression problems with tabular data. However, several deep learning models for tabular data have recently been proposed, claiming to outperform XGBoost for some use cases. This paper explores whether these deep models should be a recommended option for tabular data by rigorously comparing the new deep models to XGBoost on various datasets. In addition to systematically comparing their performance, we consider the tuning and computation they require. Our study shows that XGBoost outperforms these deep models across the datasets, including the datasets used in the papers that proposed the deep models. We also demonstrate that XGBoost requires much less tuning. On the positive side, we show that an ensemble of deep models and XGBoost performs better on these datasets than XGBoost alone.

📄 PDF Abstract BibTeX arXiv:2106.03253

Code (1)

dhdzmota/SeGuia

Tasks

AllAutoMLDeep LearningGeneral Classification

Similar Papers 제목 키워드 기반

Deep Tabular Representation Corrector

2026-03-17 · Hangting Ye, Peng Wang, Wei Fan, Xiaozhuang Song 외 arxiv

Tabular data have been playing a mostly important role in diverse real-world fields, such as healthcare, engineering, finance, etc. The recent success of deep learning has fostered many deep networks (e.g., Transformer, …

Foundation Models for Tabular Data within Systemic Contexts Need Grounding

2025-05-26 · Tassilo Klein, Johannes Hoffart

Current research on tabular foundation models often overlooks the complexities of large-scale, real-world data by treating tables as isolated entities and assuming information completeness, thereby neglecting the vital o…

MET: Masked Encoding for Tabular Data

2022-06-17 · Kushal Majmundar, Sachin Goyal, Praneeth Netrapalli, Prateek Jain

We consider the task of self-supervised representation learning (SSL) for tabular data: tabular-SSL. Typical contrastive learning based SSL methods require instance-wise data augmentations which are difficult to design f…

Contrastive LearningRepresentation Learning

Exploring Differences Between Tabular Enterprise Data and Public Benchmarks

2026-06-29 · Myung Jun Kim, Maximilian Schambach, Frank Essenberger, Andre Sres 외 arxiv

Tabular data dominate the landscape of data science, increasingly attracting innovative machine learning models and tailored benchmarks. Yet, little is known for enterprise data, where tables constitute the backbone of b…

Preserving logical and functional dependencies in synthetic tabular data

2024-09-26 · Chaithra Umesh, Kristian Schultz, Manjunath Mahendra, Saparshi Bej 외

Dependencies among attributes are a common aspect of tabular data. However, whether existing tabular data generation algorithms preserve these dependencies while generating synthetic data is yet to be explored. In additi…

AttributeSynthetic Data GenerationTabular Data Generation