Papers › Automating Data Science Pipelines with Tensor Completion

Automating Data Science Pipelines with Tensor Completion

8 Oct 2024arXiv:2410.06408archive 2025-07-28

Shaan Pakala, Bryce Graw, Dawon Ahn, Tam Dinh, Mehnaz Tabassum Mahin, Vassilis Tsotras, Jia Chen, Evangelos E. Papalexakis

Hyperparameter optimization is an essential component in many data science pipelines and typically entails exhaustive time and resource-consuming computations in order to explore the combinatorial search space. Similar to this problem, other key operations in data science pipelines exhibit the exact same properties. Important examples are: neural architecture search, where the goal is to identify the best design choices for a neural network, and query cardinality estimation, where given different predicate values for a SQL query the goal is to estimate the size of the output. In this paper, we abstract away those essential components of data science pipelines and we model them as instances of tensor completion, where each variable of the search space corresponds to one mode of the tensor, and the goal is to identify all missing entries of the tensor, corresponding to all combinations of variable values, starting from a very small sample of observed entries. In order to do so, we first conduct a thorough experimental evaluation of existing state-of-the-art tensor completion techniques and introduce domain-inspired adaptations (such as smoothness across the discretized variable space) and an ensemble technique which is able to achieve state-of-the-art performance. We extensively evaluate existing and proposed methods in a number of datasets generated corresponding to (a) hyperparameter optimization for non-neural network models, (b) neural architecture search, and (c) variants of query cardinality estimation, demonstrating the effectiveness of tensor completion as a tool for automating data science pipelines. Furthermore, we release our generated datasets and code in order to provide benchmarks for future work on this topic.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2410.06408")

Code

Syntology Ran 1 of 16 code samples harvested from 1 repository linked to this paper; 15 have no recorded run. Of those that ran: 1 ran with no contract checked.

By repository: official repository: 16 samples from 1 repository, 1 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

shaanpakala/stc_automl officialmentioned in papermentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

16 samples harvested; 1 ran; 0 honoured the contract we drafted; 15 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran
15unverified

Licence: 16 of the 16 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from shaanpakala/stc_automl. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

get_subset shaanpakala/stc_automl/src/utilities/helper_functions.py official repository ran no licence file found · pointer only · ba5a102108c49c53 · report
NNfit shaanpakala/stc_automl/src/utilities/CNN_grid_search.py official repository unverified no licence file found · pointer only · a79f768def8024b6 · report
NNfit shaanpakala/stc_automl/src/utilities/MLP_grid_search.py official repository unverified no licence file found · pointer only · e37c31785111b584 · report
eval_ shaanpakala/stc_automl/src/tensor_completion_models/NeAT/metrics.py official repository unverified no licence file found · pointer only · 133e01242bee1ac3 · report
gen_random shaanpakala/stc_automl/src/tensor_completion_models/CPD_smooth.py official repository unverified no licence file found · pointer only · 7c75a24316b77904 · report
nre shaanpakala/stc_automl/src/tensor_completion_models/NeAT/metrics.py official repository unverified no licence file found · pointer only · 3ee7e8302a4bdf41 · report
return_best_k_params shaanpakala/stc_automl/src/utilities/CNN_grid_search.py official repository unverified no licence file found · pointer only · 3b74515b58b4fd6c · report
return_best_k_params shaanpakala/stc_automl/src/utilities/MLP_grid_search.py official repository unverified no licence file found · pointer only · 04017b7cd0f6b4f9 · report
return_best_k_params shaanpakala/stc_automl/src/utilities/sklearn_grid_search.py official repository unverified no licence file found · pointer only · 659258a818186c8c · report
return_best_k_params shaanpakala/stc_automl/src/utilities/tensor_completion_grid_search.py official repository unverified no licence file found · pointer only · f5b7ef0dd06c1af0 · report
return_nn_eval shaanpakala/stc_automl/src/utilities/CNN_grid_search.py official repository unverified no licence file found · pointer only · fc73b144df3d8204 · report
return_nn_eval shaanpakala/stc_automl/src/utilities/MLP_grid_search.py official repository unverified no licence file found · pointer only · 56f030989c7e62c3 · report
return_tc_eval shaanpakala/stc_automl/src/utilities/tensor_completion_grid_search.py official repository unverified no licence file found · pointer only · a9a09c6e784562d8 · report
rmse shaanpakala/stc_automl/src/tensor_completion_models/NeAT/metrics.py official repository unverified no licence file found · pointer only · d98fdc38474b51ac · report
train_learned_ensemble shaanpakala/stc_automl/src/tensor_completion_models/ETC.py official repository unverified no licence file found · pointer only · c9775689aa378119 · report
train_tensor_completion shaanpakala/stc_automl/src/utilities/helper_functions.py official repository unverified no licence file found · pointer only · 07eb2f72304c585f · report

Tasks

Hyperparameter OptimizationNeural Architecture Search

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections