Early stopping methods in hyperparameter tunning | RandomSearch | teradataml - Example 5: Early stopping methods in hyperparameter tunning - 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
teradataml RandomSearch provides the capability of early stopping hyperparameter tuning based on the following:
  • Time based: Hyperparameter tuning is stopped once the maximum time is reached, thereby ceasing the optimization of hyperparameters.
  • Metrics based: Hyperparameter tuning is terminated once a trained model satisfies the specified minimum or maximum thresholds for the respective performance metrics, as dictated by the evaluation criteria.
    Metrics based method cannot be used for Non-Model Trainer function.
Both time and metrics methods can be used simultaneously, and hyperparameter tuning stops when either of these two methods satisfies the stopping condition.