Retrieve, Merge, Predict: Augmenting Tables with Data Lakes
Riccardo Cappuzzo, Aimee Coelho, Felix Lefebvre, Paolo Papotti, Gael Varoquaux
TL;DR
The paper tackles learning-from-data-lakes by proposing and evaluating a Retrieve-Merge-Predict pipeline to augment a base table with joinable tables from a data lake. It introduces YADL, a semi-synthetic benchmarking data lake derived from YAGO, to enable controlled, reproducible assessment of retrieval, merging, and prediction steps across varying scales and noise levels. The study finds that simple, containment-based retrieval and tree-based models (especially CatBoost) deliver robust performance with favorable compute profiles, while complex retrieval or aggregation often yields diminishing returns relative to cost. These results offer practical guidance for automating feature engineering in data-lake contexts and highlight directions for more automated, scalable AutoML-like pipelines in heterogeneous data ecosystems.
Abstract
Machine-learning from a disparate set of tables, a data lake, requires assembling features by merging and aggregating tables. Data discovery can extend autoML to data tables by automating these steps. We present an in-depth analysis of such automated table augmentation for machine learning tasks, analyzing different methods for the three main steps: retrieving joinable tables, merging information, and predicting with the resultant table. We use two data lakes: Open Data US, a well-referenced real data lake, and a novel semi-synthetic dataset, YADL (Yet Another Data Lake), which we developed as a tool for benchmarking this data discovery task. Systematic exploration on both lakes outlines 1) the importance of accurately retrieving candidate tables to join, 2) the efficiency of simple merging methods, and 3) the resilience of tree-based learners to noisy conditions. Our experimental environment is easily reproducible and based on open data, to foster more research on feature engineering, autoML, and learning in data lakes.
