Key Features of AutoML | teradataml - Key Features of AutoML - 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
Key features of teradataml AutoML:
  • Supports different problem types:
    • Regression
    • Binary Classification
    • Multiclass Classification
  • Provides the following models for training based on problem types:
    • GLM
    • SVM
    • Decision Forest
    • XGBoost
    • KNN
  • Gives flexibility to select specific models out of available models.​
  • Performs all five phases in automated way, but can also be customized based on user input.
  • Generates model leaderboard and leader for given dataset.​
  • Provides hyperparameters of trained models.
  • Provides prediction on validation dataset as well as user passed data using model leader or any other model from leaderboard.​
  • Provides early stopping criteria to stop AutoML training before completion time using three different options by defining early stopping timer, early stopping metric threshold, and maximum models to be trained.
    The number of models generated will be determined by the following:
    • Default condition: The default number of models generated by AutoML if no early stopping criteria are used.
    • Early stopping conditions: When early stopping conditions are utilized by the user, the final count of models will depend on which of these conditions is satisfied first:
      • The number of models trained within the specified early stopping timer.
      • The number of models trained to achieve the specified early stopping performance metric threshold.
      • The number of models specified under the maximum models to be trained.
  • Provides three different logging levels to display required contents, higher level provides more detailed output.