CrossValidation2 Output - Teradata Vantage

Machine Learning Engine Analytic Function Reference

Product
Teradata Vantage
Release Number
9.02
9.01
2.0
1.3
Published
February 2022
Language
English (United States)
Last Update
2022-02-10
dita:mapPath
rnn1580259159235.ditamap
dita:ditavalPath
ybt1582220416951.ditaval
dita:id
B700-4003
lifecycle
previous
Product Category
Teradata Vantageā„¢

Result Table Schema

Column Data Type Description
fold_num INTEGER Row 1: best_score

(lowest test error)

Row 2: average_score
Row 3 and greater:: Fold number in [1, k].
validation_metric DOUBLE PRECISION Error on validation set of fold, where metric is mse, accuracy. or auroc, depending on Metric option.
training_metric DOUBLE PRECISION [Appears only with EvaluateTraining ('true').] Error on training set of fold, where metric is mse, accuracy. or auroc, depending on Metric option.
With Metric ('auroc'), both validation_metric and training_metric have the value NaN. When a row contains Nan, the function ignores it when calculating average_score.

OutputTable Schema

The OutputTable has the same schema as the GLML1L2 Output table. This table is the model table with the lowest test error among the k models..