AutoML in teradataml - AutoML in teradataml - Teradata VantageCloud Lake

Lake - Analyze Your Data with ClearScape Analytics™

Deployment
VantageCloud
Edition
Lake
Product
Teradata VantageCloud Lake
Release Number
Published
February 2025
ft:locale
en-US
ft:lastEdition
2026-02-20
dita:mapPath
tcl1683670667798.ditamap
dita:ditavalPath
pny1626732985837.ditaval
dita:id
tcl1683670667798

Automated Machine Learning (AutoML) represents a method for streamlining the entire process of machine learning pipeline in automated way. It encompasses various distinct phases of the machine learning pipeline, including feature exploration, features engineering, data preparation, model selection, model training with hyperparameters tuning, and model evaluation. By automating these tasks, AutoML eliminates the need for manual intervention by trained data scientists and reduces the prerequisite knowledge required for beginners. This accessibility allows individuals of varying expertise levels to effortlessly use AutoML to create machine learning models in an automated fashion.

The following diagram provides additional insights over AutoML approach.

AutoML insights

teradataml AutoML consists of five different phases covering different processes in automated way.

Five phases of AutoML
  • Feature Exploration​: It explores available features and provides insights​ such as column summary, categorical features distinct count, outlier percentage details, futile column details, and target column distribution.
  • Feature Engineering​: It handles data anomalies such as duplicate rows handling, missing value handling, futile column handling. Additionally, it executes various feature transformations based on the data types of the features.
  • Data Preparation​: It performs various steps to prepare the data for model training, including feature selection, feature scaling, and splitting the data into training and validation sets.
  • Model Training​: It performs hyperparameter tuning with available models.
  • Model Evaluation​: It assesses various trained models and generates a model leaderboard that includes performance metrics, detail on the applied feature selection method, and corresponding rankings for each model in ascending order. The model ranked 1 indicates the best-performing model for the given dataset.