Automated Machine Learning (AutoML) is the process of applying automation to the iterative, manual tasks of building a production-ready machine learning model. Its core function is to algorithmically search the vast space of possible data preprocessing steps, feature engineering techniques, model selection choices, and hyperparameter optimization configurations to find the best-performing pipeline for a given dataset and predictive task. This transforms a highly specialized, expert-driven workflow into a more accessible and efficient engineering process.
