日本フィジカルAI新聞

世界のフィジカルAIを、日本語で。

週刊ニュースレター購読
表形式データ/特徴量エンジニアリングarXiv:2606.02384v1

TabPrep: 表形式ベンチマークにおける特徴量エンジニアリングのギャップを埋める

TabPrep: Closing the Feature Engineering Gap in Tabular Benchmarks

シェア:XThreadsFacebookLINEはてブBluesky

表形式データの機械学習において、モデル構造の進歩に比べて軽視されてきた特徴量エンジニアリングを体系的に導入する前処理パイプラインTabPrepを提案し、様々なモデルクラスで性能を向上させることを示した論文。

著者: Andrej Tschalzev, Nick Erickson, Yuyang Wang, Huzefa Rangwala, Stefan Lüdtke, Heiner Stuckenschmidt, Christian Bartelt

分類: cs.LG

原文アブストラクト

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.