paper-with-me

Papers

Auto-Sklearn 2.0: Hands-free AutoML via Meta-Learning

2020-07-08 · Matthias Feurer, Katharina Eggensperger, Stefan Falkner, Marius Lindauer, Frank Hutter

Automated Machine Learning (AutoML) supports practitioners and researchers with the tedious task of designing machine learning pipelines and has recently achieved substantial success. In this paper, we introduce new AutoML approaches motivated by our winning submission to the second ChaLearn AutoML challenge. We develop PoSH Auto-sklearn, which enables AutoML systems to work well on large datasets under rigid time limits by using a new, simple and meta-feature-free meta-learning technique and by employing a successful bandit strategy for budget allocation. However, PoSH Auto-sklearn introduces even more ways of running AutoML and might make it harder for users to set it up correctly. Therefore, we also go one step further and study the design space of AutoML itself, proposing a solution towards truly hands-free AutoML. Together, these changes give rise to the next generation of our AutoML system, Auto-sklearn 2.0. We verify the improvements by these additions in an extensive experimental study on 39 AutoML benchmark datasets. We conclude the paper by comparing to other popular AutoML frameworks and Auto-sklearn 1.0, reducing the relative error by up to a factor of 4.5, and yielding a performance in 10 minutes that is substantially better than what Auto-sklearn 1.0 achieves within an hour.

📄 PDF Abstract BibTeX arXiv:2007.04074

Code (4)

automl/ASKL2.0_experiments 공식 구현
AlessandraFaria/autosklearn
automl/auto-sklearn
tqichun/auto-sklearn-homework

Tasks

AutoMLBIG-bench Machine LearningMeta-Learning

Similar Papers 제목 키워드 기반

CMA-ES for Post Hoc Ensembling in AutoML: A Great Success and Salvageable Failure

2023-07-01 · Lennart Purucker, Joeran Beel

Many state-of-the-art automated machine learning (AutoML) systems use greedy ensemble selection (GES) by Caruana et al. (2004) to ensemble models found during model selection post hoc. Thereby, boosting predictive perfor…

AutoMLModel SelectionMulti-class Classification

AutoML using Metadata Language Embeddings

2019-10-08 · Iddo Drori, Lu Liu, Yi Nian, Sharath C. Koorathota 외

As a human choosing a supervised learning algorithm, it is natural to begin by reading a text description of the dataset and documentation for the algorithms you might use. We demonstrate that the same idea improves the …

AutoML

Learning meta-features for AutoML

2021-09-29 · ICLR 2022 4 · Herilalaina Rakotoarison, Louisot Milijaona, Andry Rasoanaivo, Michele Sebag 외

This paper tackles the AutoML problem, aimed to automatically select an ML algorithm and its hyper-parameter configuration most appropriate to the dataset at hand. The proposed approach, MetaBu, learns new meta-features …

AutoML

AlphaD3M: Machine Learning Pipeline Synthesis

2021-11-03 · Iddo Drori, Yamuna Krishnamurthy, Remi Rampin, Raoni de Paula Lourenco 외

We introduce AlphaD3M, an automatic machine learning (AutoML) system based on meta reinforcement learning using sequence models with self play. AlphaD3M is based on edit operations performed over machine learning pipelin…

AutoMLBIG-bench Machine LearningMeta Reinforcement Learningreinforcement-learning+2

Towards AutoML in the presence of Drift: first results

2019-07-24 · Jorge G. Madrid, Hugo Jair Escalante, Eduardo F. Morales, Wei-Wei Tu 외

Research progress in AutoML has lead to state of the art solutions that can cope quite wellwith supervised learning task, e.g., classification with AutoSklearn. However, so far thesesystems do not take into account the c…

AutoMLDrift DetectionLifelong learning