HCMay 1, 2020

PipelineProfiler: A Visual Analytics Tool for the Exploration of AutoML Pipelines

arXiv:2005.00160v263 citations
AI Analysis

This tool helps developers and machine learning experts debug and select AutoML systems, but it is incremental as it builds on existing visualization and AutoML concepts.

The authors tackled the problem of understanding and debugging AutoML systems by developing PipelineProfiler, a visual analytics tool that enables exploration and comparison of ML pipelines, validated through use cases and a think-aloud experiment with data scientists.

In recent years, a wide variety of automated machine learning (AutoML) methods have been proposed to search and generate end-to-end learning pipelines. While these techniques facilitate the creation of models for real-world applications, given their black-box nature, the complexity of the underlying algorithms, and the large number of pipelines they derive, it is difficult for their developers to debug these systems. It is also challenging for machine learning experts to select an AutoML system that is well suited for a given problem or class of problems. In this paper, we present the PipelineProfiler, an interactive visualization tool that allows the exploration and comparison of the solution space of machine learning (ML) pipelines produced by AutoML systems. PipelineProfiler is integrated with Jupyter Notebook and can be used together with common data science tools to enable a rich set of analyses of the ML pipelines and provide insights about the algorithms that generated them. We demonstrate the utility of our tool through several use cases where PipelineProfiler is used to better understand and improve a real-world AutoML system. Furthermore, we validate our approach by presenting a detailed analysis of a think-aloud experiment with six data scientists who develop and evaluate AutoML tools.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes