Can AutoML outperform humans? An evaluation on popular OpenML datasets using AutoML Benchmark
In the last few years, Automated Machine Learning (AutoML) has gained much attention. With that said, the question arises whether AutoML can outperform results achieved by human data scientists. This paper compares four AutoML frameworks on 12 different popular datasets from OpenML; six of them supervised classification tasks and the other six supervised regression ones. Additionally, we consider a real-life dataset from one of our recent projects. The results show that the automated frameworks perform better or equal than the machine learning community in 7 out of 12 OpenML tasks.
Code (0)
등록된 구현이 없습니다.
Tasks
AutoMLBIG-bench Machine LearningregressionSimilar Papers 제목 키워드 기반
Assembled-OpenML: Creating Efficient Benchmarks for Ensembles in AutoML with OpenML
Automated Machine Learning (AutoML) frameworks regularly use ensembles. Developers need to compare different ensemble techniques to select appropriate techniques for an AutoML framework from the many potential techniques…
AutoMLPredictionAutoGluon-Tabular: Robust and Accurate AutoML for Structured Data
We introduce AutoGluon-Tabular, an open-source AutoML framework that requires only a single line of Python to train highly accurate machine learning models on an unprocessed tabular dataset such as a CSV file. Unlike exi…
AutoMLMolecular Property PredictionNeural Architecture SearchLearning meta-features for AutoML
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 …
AutoMLTask Selection for AutoML System Evaluation
Our goal is to assess if AutoML system changes - i.e., to the search space or hyperparameter optimization - will improve the final model's performance on production tasks. However, we cannot test the changes on productio…
AutoMLHyperparameter OptimizationLightAutoML: AutoML Solution for a Large Financial Services Ecosystem
We present an AutoML system called LightAutoML developed for a large European financial services company and its ecosystem satisfying the set of idiosyncratic requirements that this ecosystem has for AutoML solutions. Ou…
AutoML