johnantonn / cash-for-unsupervised-ad

Systematic Evaluation of CASH Search Strategies for Unsupervised Anomaly Detection
3 stars 0 forks source link

AutoML #20

Closed johnantonn closed 2 years ago

johnantonn commented 3 years ago

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:

johnantonn commented 3 years ago

Lecture on automl by Andreas Mueller and relevant slides:

Lecture on automl by Frank Hutter and Joaquin Vanschoren:

Bayesian optimization:

Auto-Sklearn:

johnantonn commented 3 years ago

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.

johnantonn commented 3 years ago

Next up for auto-sklearn experimentation: