evaluate | AutoML | teradataml - evaluate - Teradata Package for Python

Teradata® Package for Python User Guide

Deployment
VantageCloud
VantageCore
Edition
VMware
Enterprise
IntelliFlex
Product
Teradata Package for Python
Release Number
20.00
Published
March 2025
ft:locale
en-US
ft:lastEdition
2025-11-06
dita:mapPath
nvi1706202040305.ditamap
dita:ditavalPath
plt1683835213376.ditaval
dita:id
rkb1531260709148
Product Category
Teradata Vantage

Use the evaluate() function to evaluate on data using model rank in leaderboard and generate performance metrics. Returns DataFrame with performance metrics.

If both fit and load methods are called before predict, then fit method model will be used for prediction by default unless 'use_loaded_models' is set to True in predict.

evaluate() is not available for clustering "task_type".

Required Argument

data
Specifies the dataset on which performance metrics needs to be generated.
Target column used for generating model is mandatory in data for evaluation.

Optional Arguments

rank
Specifies the rank of the model available in the leaderboard to be used for evaluation.

Default value: 1

use_loaded_models
Specifies whether to use loaded models from database for prediction or not.

Default value: False