Closed johnantonn closed 2 years ago
Lecture on automl by Andreas Mueller and relevant slides:
Lecture on automl by Frank Hutter and Joaquin Vanschoren:
Bayesian optimization:
Auto-Sklearn:
The problem:
Two major classses of AutoML optimizers:
Research on implemented tools:
Note: Major disadvantage of all of the state-of-the-art AutoML optimizers (either simple or pipeline) is that they provide pre-defined list of models and components to use.
Next up for auto-sklearn experimentation:
References:
The discipline particular to our interest is more Model Selection and Hyperparameter Optimization (CASH) rather than meta-learning or AutoML (the last two are more general). There are several approaches to it: