Dagger: A Data (not code) Debugger
Dagger: A Data (not code) Debugger
复制标题
DOI:
--
复制
发表时间:
2020
期刊:
影响因子:
--
通讯作者:
E. Rezig;Lei Cao;Giovanni Simonini;Maxime Schoemans;S. Madden;N. Tang;M. Ouzzani;M. Stonebraker
中科院分区:
文献类型:
--
作者:
E. Rezig;Lei Cao;Giovanni Simonini;Maxime Schoemans;S. Madden;N. Tang;M. Ouzzani;M. Stonebraker
With the democratization of data science libraries and frameworks, most data scientists manage and generate their data analytics pipelines using a collection of scripts (e.g., Python, R). This marks a shift from traditional applications that communicate back and forth with a DBMS that stores and manages the application data. While code debuggers have reached impressive maturity over the past decades, they fall short in assisting users to explore data-driven what-if scenarios (e.g., split the training set into two and build two ML models). Those scenarios, while doable programmati-cally, are a substantial burden for users to manage themselves. Dagger (Data Debugger) is an end-to-end data de-bugger that abstracts key data-centric primitives to enable users to quickly identify and mitigate data-related problems in a given pipeline. Dagger was motivated by a series of interviews we conducted with data scientists across several organizations. A preliminary version of Dagger has been incorporated into Data Civilizer 2.0 to help physicians at the Massachusetts General Hospital process complex pipelines.