Automated Machine Learning (AutoML)

Using software to automate parts of model training, tuning, and evaluation.

Automated machine learning, usually called AutoML, is the use of software to automate parts of the machine-learning workflow that teams would otherwise tune by hand. That can include model selection, feature preprocessing, hyperparameter search, evaluation, and in some platforms even parts of deployment.

Why It Exists

Many predictive problems are not blocked by a lack of algorithms. They are blocked by time, staffing, and the repetitive work of trying many combinations of settings and model families. AutoML exists to reduce that overhead and make it easier to reach a strong baseline faster.

Why It Matters In AI

AutoML matters because it helps organizations scale predictive modeling without requiring every team to be deeply specialized in manual model tuning. It is especially common in tabular prediction, forecasting, classification, and other operational analytics settings where speed and repeatability matter.

What To Keep In Mind

AutoML does not remove the need for judgment. Teams still need to define the target correctly, choose evaluation metrics carefully, check for drift, and confirm that the model is appropriate for the decision it supports. In practice, AutoML is best understood as automation around model development, not automation of accountability.

Related Yenra articles: Predictive Analytics and Customer Journey Mapping.

Related concepts: Predictive Analytics, Model Monitoring, Model Evaluation, Time Series Forecasting, and Machine Learning.