AIDive
Back to glossary

What is AutoML

GlossaryAI 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.

Example

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.

Why it matters

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.

How it works

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

Where it is used

  • forecasting
  • tabular data
  • quick experiments with models

Limitations

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.