English

Automatically Debugging AutoML Pipelines using Maro: ML Automated Remediation Oracle (Extended Version)

Software Engineering 2023-10-03 v2

Abstract

Machine learning in practice often involves complex pipelines for data cleansing, feature engineering, preprocessing, and prediction. These pipelines are composed of operators, which have to be correctly connected and whose hyperparameters must be correctly configured. Unfortunately, it is quite common for certain combinations of datasets, operators, or hyperparameters to cause failures. Diagnosing and fixing those failures is tedious and error-prone and can seriously derail a data scientist's workflow. This paper describes an approach for automatically debugging an ML pipeline, explaining the failures, and producing a remediation. We implemented our approach, which builds on a combination of AutoML and SMT, in a tool called Maro. Maro works seamlessly with the familiar data science ecosystem including Python, Jupyter notebooks, scikit-learn, and AutoML tools such as Hyperopt. We empirically evaluate our tool and find that for most cases, a single remediation automatically fixes errors, produces no additional faults, and does not significantly impact optimal accuracy nor time to convergence.

Keywords

Cite

@article{arxiv.2205.01311,
  title  = {Automatically Debugging AutoML Pipelines using Maro: ML Automated Remediation Oracle (Extended Version)},
  author = {Julian Dolby and Jason Tsay and Martin Hirzel},
  journal= {arXiv preprint arXiv:2205.01311},
  year   = {2023}
}

Comments

Extended version of MAPS 2022 paper

R2 v1 2026-06-24T11:05:32.419Z