paper-with-me

Papers

TabPrep: Closing the Feature Engineering Gap in Tabular Benchmarks

2026-06-01 · Andrej Tschalzev, Nick Erickson, Yuyang Wang, Huzefa Rangwala, Stefan Lüdtke, Heiner Stuckenschmidt, Christian Bartelt arxiv

Progress in tabular machine learning has largely focused on increasingly sophisticated model architectures. At the same time, feature engineering remains a critical yet underexplored component of real-world modeling pipelines that is entirely absent from modern benchmarks, which creates an unquantified evaluation gap. In this work, we introduce TabPrep, a lightweight preprocessing pipeline composed of feature generators that are carefully designed to target three specific structural data patterns. We show that many widely used model classes exhibit predictable blind spots to these patterns and that systematic feature engineering alone can establish new peak performance. Across the TabArena benchmark, integrating TabPrep into model training and tuning consistently improves performance for tree-based, neural, linear, and foundation models, often surpassing gains achieved by model-centric innovations alone. TabPrep outperforms previous automated feature engineering approaches in performance, efficiency, and applicability across datasets, enabling integration into large-scale benchmarks. By releasing TabPrep (see https://github.com/atschalz/tabprep), we enable researchers to integrate feature engineering into their benchmarking setup, filling a longstanding gap in tabular evaluations.

📄 PDF Abstract BibTeX arXiv:2606.02384

Code (0)

등록된 구현이 없습니다.

Tasks

Feature Engineering

Similar Papers 제목 키워드 기반

LLM-FE: Automated Feature Engineering for Tabular Data with LLMs as Evolutionary Optimizers

2025-03-18 · Nikhil Abhyankar, Parshin Shojaee, Chandan K. Reddy

Automated feature engineering plays a critical role in improving predictive model performance for tabular learning tasks. Traditional automated feature engineering methods are limited by their reliance on pre-defined tra…

Automated Feature EngineeringFeature Engineeringfeature selection

Optimized Feature Generation for Tabular Data via LLMs with Decision Tree Reasoning

2024-06-12 · Jaehyun Nam, KyuYoung Kim, Seunghyuk Oh, Jihoon Tack 외

In tabular prediction tasks, tree-based models combined with automated feature engineering methods often outperform deep learning approaches that rely on learned representations. While these feature engineering technique…

Automated Feature EngineeringFeature Engineeringfeature selection

TabReD: Analyzing Pitfalls and Filling the Gaps in Tabular Deep Learning Benchmarks

2024-06-27 · Ivan Rubachev, Nikolay Kartashev, Yury Gorishniy, Artem Babenko

Advances in machine learning research drive progress in real-world applications. To ensure this progress, it is important to understand the potential pitfalls on the way from a novel method's success on academic benchmar…

Feature EngineeringModel Selection

Dataforge: Agentic Platform for Autonomous Data Engineering

2025-11-09 · Xinyuan Wang, Hongyu Cao, Kunpeng Liu, Yanjie Fu arxiv

The growing demand for artificial intelligence (AI) applications in materials discovery, molecular modeling, and climate science has made data preparation a critical but labor-intensive bottleneck. Raw data from diverse …

Human-LLM Collaborative Feature Engineering for Tabular Data

2026-01-28 · Zhuoyan Li, Aditya Bansal, Jinzhao Li, Shishuang He 외 arxiv

Large language models (LLMs) are increasingly used to automate feature engineering in tabular learning. Given task-specific information, LLMs can propose diverse feature transformation operations to enhance downstream mo…

Feature Engineering