Optional Syntax Elements for TD_GLMPredict - 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
PartitionColumn
Specify the name of the InputTable columns on which to partition the input. The name must be consistent with the partition_by_column in the ON clause. If the partition_by_column is unicode with foreign language characters, then it is necessary to specify PartitionColumn argument.
Accumulate
Specify the input table column names to copy to the output table.
OutputProb
Specify whether the function returns the probability for each response. Only applicable if family of probability distribution is BINOMIAL. The default value is false.
Responses
Specify the class labels if the function returns probabilities for each response. Only applicable if the OutputProb element is True. A class label has the value 0 or 1. If not specified, the function returns the probability of the predicted response.
Family
Specify the distribution exponential family that was used with TD_GLM to train the model. Options are Gaussian and Binomial.

Default value is Gaussian.