Navigationsmenü öffnen
AIDive
DE
Anmelden
Zurück zum Glossar

AutoML

AI Infrastructure

An approach in which the system helps automatically select models, features, parameters and training stages.

Definition

Automated machine learning, or AutoML, lowers the barrier to entry for creating models. It can select an algorithm, prepare data, tune hyperparameters, compare options, and produce a finished model. This is useful for analysts and teams who need results without manually going through dozens of settings.

Beispiel

The analyst loads the sales table, selects the forecast goal, and the AutoML system itself compares several models and offers the best one based on metrics.

Warum es wichtig ist

The term is important for business: AutoML allows you to quickly test hypotheses, but does not replace the understanding of the data and the quality of the result.

So funktioniert es

The platform builds a cycle of experiments: data processing, feature selection, model training, parameter selection, evaluation and sometimes deployment.

Wo es genutzt wird

  • forecasting
  • tabular data
  • quick experiments with models

Einschränkungen

AutoML may provide a formally good model, but lack understanding of the business context, data leaks, or the wrong goal. The results must be verified by an expert.

FAQ

Why is “AutoML” useful to know?

The term is important for business: AutoML allows you to quickly test hypotheses, but does not replace the understanding of the data and the quality of the result.