paper-with-me

Papers

Naive Automated Machine Learning

2021-11-29 · Felix Mohr, Marcel Wever

An essential task of Automated Machine Learning (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 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 Naive AutoML, an approach that does precisely this: It optimizes the different algorithms of a pre-defined pipeline scheme in isolation. The finally 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.

📄 PDF Abstract BibTeX arXiv:2111.14514

Code (1)

fmohr/naiveautoml 공식 구현

Tasks

AutoMLBayesian OptimizationBIG-bench Machine Learning

Similar Papers 제목 키워드 기반

Naive Automated Machine Learning -- A Late Baseline for AutoML

2021-03-18 · Felix Mohr, Marcel Wever

Automated Machine Learning (AutoML) is the problem of automatically finding the pipeline with the best generalization performance on some given dataset. AutoML has received enormous attention in the last decade and has b…

AutoMLBayesian OptimizationBIG-bench Machine Learning

Methodology to Create Analysis-Naive Holdout Records as well as Train and Test Records for Machine Learning Analyses in Healthcare

2022-05-09 · Michele Bennett, Mehdi Nekouei, Armand Prieditis Rajesh Mehta, Ewa Kleczyk 외

It is common for researchers to holdout data from a study pool to be used for external validation as well as for future research, and the same desire is true to those using machine learning modeling research. For this di…

BIG-bench Machine Learning

Replacing the Ex-Def Baseline in AutoML by Naive AutoML

2021-05-20 · ICML Workshop AutoML 2021 7 · Felix Mohr, Marcel Wever

Automated Machine Learning (AutoML) is the problem of automatically finding the pipeline with the best generalization performance on some given dataset. AutoML has received enormous attention in the last decade and has b…

AutoMLBayesian OptimizationBIG-bench Machine Learning

Towards Automated Let's Play Commentary

2018-09-25 · Matthew Guzdial, Shukan Shah, Mark Riedl

We introduce the problem of generating Let's Play-style commentary of gameplay video via machine learning. We propose an analysis of Let's Play commentary and a framework for building such a system. To test this framewor…

BIG-bench Machine Learning

Instagram Fake and Automated Account Detection

2019-09-13 · Fatih Cagatay Akyon, Esat Kalfaoglu

Fake engagement is one of the significant problems in Online Social Networks (OSNs) which is used to increase the popularity of an account in an inorganic manner. The detection of fake engagement is crucial because it le…