paper-with-me

Papers

Automatic Componentwise Boosting: An Interpretable AutoML System

2021-09-12 · Stefan Coors, Daniel Schalk, Bernd Bischl, David Rügamer

In practice, machine learning (ML) workflows require various different steps, from data preprocessing, missing value imputation, model selection, to model tuning as well as model evaluation. Many of these steps rely on human ML experts. AutoML - the field of automating these ML pipelines - tries to help practitioners to apply ML off-the-shelf without any expert knowledge. Most modern AutoML systems like auto-sklearn, H20-AutoML or TPOT aim for high predictive performance, thereby generating ensembles that consist almost exclusively of black-box models. This, in turn, makes the interpretation for the layperson more intricate and adds another layer of opacity for users. We propose an AutoML system that constructs an interpretable additive model that can be fitted using a highly scalable componentwise boosting algorithm. Our system provides tools for easy model interpretation such as visualizing partial effects and pairwise interactions, allows for a straightforward calculation of feature importance, and gives insights into the required model complexity to fit the given task. We introduce the general framework and outline its implementation autocompboost. To demonstrate the frameworks efficacy, we compare autocompboost to other existing systems based on the OpenML AutoML-Benchmark. Despite its restriction to an interpretable model space, our system is competitive in terms of predictive performance on most data sets while being more user-friendly and transparent.

📄 PDF Abstract BibTeX arXiv:2109.05583

Code (0)

등록된 구현이 없습니다.

Tasks

AutoMLFeature ImportanceImputationModel Selection

Similar Papers 제목 키워드 기반

Accelerated Componentwise Gradient Boosting using Efficient Data Representation and Momentum-based Optimization

2021-10-07 · Daniel Schalk, Bernd Bischl, David Rügamer

Componentwise boosting (CWB), also known as model-based boosting, is a variant of gradient boosting that builds on additive models as base learners to ensure interpretability. CWB is thus often used in research areas whe…

Additive models

Large Language Models for Automated Data Science: Introducing CAAFE for Context-Aware Automated Feature Engineering

2023-05-05 · NeurIPS 2023 11 · Noah Hollmann, Samuel Müller, Frank Hutter

As the field of automated machine learning (AutoML) advances, it becomes increasingly important to incorporate domain knowledge into these systems. We present an approach for doing so by harnessing the power of large lan…

Automated Feature EngineeringAutoMLFeature Engineering

Interpret-able feedback for AutoML systems

2021-02-22 · Behnaz Arzani, Kevin Hsieh, Haoxian Chen

Automated machine learning (AutoML) systems aim to enable training machine learning (ML) models for non-ML experts. A shortcoming of these systems is that when they fail to produce a model with high accuracy, the user ha…

Active LearningAutoMLBIG-bench Machine Learning

DREAM: Debugging and Repairing AutoML Pipelines

2023-12-31 · XiaoYu Zhang, Juan Zhai, Shiqing Ma, Chao Shen

Deep Learning models have become an integrated component of modern software systems. In response to the challenge of model design, researchers proposed Automated Machine Learning (AutoML) systems, which automatically sea…

AutoML

Hyperboost: Hyperparameter Optimization by Gradient Boosting surrogate models

2021-01-06 · Jeroen van Hoof, Joaquin Vanschoren

Bayesian Optimization is a popular tool for tuning algorithms in automatic machine learning (AutoML) systems. Current state-of-the-art methods leverage Random Forests or Gaussian processes to build a surrogate model that…

AutoMLBayesian OptimizationGaussian ProcessesHyperparameter Optimization+2