Automated Machine Learning (AutoML) - Efficient search for optimal ML pipelines and models.
Finding the optimal machine learning pipeline, suitable model or fine-tuning hyperparameters can be time-consuming and often requires many attempts - and may even involve errors. This is where automated machine learning (AutoML) comes in, automating this process and saving ML experts valuable resources.
AutoML uses intelligent search budgets such as successive bisection or Bayesian optimisation to find optimal parameter combinations. It automates the search for the best model architecture, the optimal hyperparameters and the most efficient ML pipeline for a given task. A variety of techniques and algorithms are used to effectively search the search space and obtain the best results.