paper-with-me

홈 › Papers

Benchmarking AutoML algorithms on a collection of synthetic classification problems

2022-12-06 · Pedro Henrique Ribeiro, Patryk Orzechowski, Joost Wagenaar, Jason H. Moore

Automated machine learning (AutoML) algorithms have grown in popularity due to their high performance and flexibility to adapt to different problems and data sets. With the increasing number of AutoML algorithms, deciding which would best suit a given problem becomes increasingly more work. Therefore, it is essential to use complex and challenging benchmarks which would be able to differentiate the AutoML algorithms from each other. This paper compares the performance of four different AutoML algorithms: Tree-based Pipeline Optimization Tool (TPOT), Auto-Sklearn, Auto-Sklearn 2, and H2O AutoML. We use the Diverse and Generative ML benchmark (DIGEN), a diverse set of synthetic datasets derived from generative functions designed to highlight the strengths and weaknesses of the performance of common machine learning algorithms. We confirm that AutoML can identify pipelines that perform well on all included datasets. Most AutoML algorithms performed similarly; however, there were some differences depending on the specific dataset and metric used.

📄 PDF Abstract BibTeX arXiv:2212.02704

Code (1)

perib/automl_digen_benchmark 공식 구현

Tasks

AutoMLBenchmarking

Similar Papers 제목 키워드 기반

MedMNIST Classification Decathlon: A Lightweight AutoML Benchmark for Medical Image Analysis

2020-10-28 · Jiancheng Yang, Rui Shi, Bingbing Ni

We present MedMNIST, a collection of 10 pre-processed medical open datasets. MedMNIST is standardized to perform classification tasks on lightweight 28x28 images, which requires no background knowledge. Covering the prim…

AutoMLGeneral ClassificationMedical Image Analysisregression

GAMA: a General Automated Machine learning Assistant

2020-07-09 · Pieter Gijsbers, Joaquin Vanschoren

The General Automated Machine learning Assistant (GAMA) is a modular AutoML system developed to empower users to track and control how AutoML algorithms search for optimal machine learning pipelines, and facilitate AutoM…

AutoMLBenchmarkingBIG-bench Machine Learning

Bringing Quantum Algorithms to Automated Machine Learning: A Systematic Review of AutoML Frameworks Regarding Extensibility for QML Algorithms

2023-10-06 · Dennis Klau, Marc Zöller, Christian Tutschku

This work describes the selection approach and analysis of existing AutoML frameworks regarding their capability of a) incorporating Quantum Machine Learning (QML) algorithms into this automated solving approach of the A…

AutoMLBenchmarkingQuantum Machine Learning

An ADMM Based Framework for AutoML Pipeline Configuration

2019-05-01 · Sijia Liu, Parikshit Ram, Deepak Vijaykeerthy, Djallel Bouneffouf 외

We study the AutoML problem of automatically configuring machine learning pipelines by jointly selecting algorithms and their appropriate hyper-parameters for all steps in supervised learning pipelines. This black-box (g…

AutoMLBinary Classification

Benchmarking Automatic Machine Learning Frameworks

2018-08-17 · Adithya Balaji, Alexander Allen

AutoML serves as the bridge between varying levels of expertise when designing machine learning systems and expedites the data science process. A wide range of techniques is taken to address this, however there does not …

Automated Feature EngineeringAutoMLBenchmarkingBIG-bench Machine Learning+4