Naive Automated Machine Learning
Abstract
An essential task of automated machine learning ( $\text {AutoML}$ AutoML ) is the problem of automatically finding the pipeline with the best generalization performance on a given dataset. This problem has been addressed with sophisticated $\text {black-box}$ black-box optimization techniques such as Bayesian optimization, grammar-based genetic algorithms, and tree search algorithms. Most of the current approaches are motivated by the assumption that optimizing the components of a pipeline in isolation may yield sub-optimal results. We present $\text {Naive AutoML}$ Naive AutoML , an approach that precisely realizes such an in-isolation optimization of the different components of a pre-defined pipeline scheme. The returned pipeline is obtained by just taking the best algorithm of each slot. The isolated optimization leads to substantially reduced search spaces, and, surprisingly, this approach yields comparable and sometimes even better performance than current state-of-the-art optimizers.
Cite
Text
Mohr and Wever. "Naive Automated Machine Learning." Machine Learning, 2023. doi:10.1007/S10994-022-06200-0Markdown
[Mohr and Wever. "Naive Automated Machine Learning." Machine Learning, 2023.](https://mlanthology.org/mlj/2023/mohr2023mlj-naive/) doi:10.1007/S10994-022-06200-0BibTeX
@article{mohr2023mlj-naive,
title = {{Naive Automated Machine Learning}},
author = {Mohr, Felix and Wever, Marcel},
journal = {Machine Learning},
year = {2023},
pages = {1131-1170},
doi = {10.1007/S10994-022-06200-0},
volume = {112},
url = {https://mlanthology.org/mlj/2023/mohr2023mlj-naive/}
}