GLMPredict_MLE Syntax Elements - 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ā„¢
Accumulate
[Optional] Specify the names of input table columns to copy to the output table.
Family
[Optional] Specify the distribution exponential family.
If you specify this syntax element, you must give it the same value that you used for the Family syntax element of the function GLM (ML Engine) when you created the Model table.
Default: Read from the Model table
LinkFunction
[Optional] Specify the link function. For the canonical link functions (default link functions) and the link functions allowed for each exponential family, see Supported Family/Link Function Combinations.
If you specify this syntax element, you must give it the same value that you used for the LinkFunction syntax element of the function GLM (ML Engine) when you created the Model table.
Default: 'CANONICAL'
OutputProb
[Family must be BINOMIAL or LOGISTIC. Required to be 'true' with Responses, optional otherwise.] Specify whether to output the probability for each response. If you omit Responses, the function outputs the probability of the predicted response.
Default: 'false'
Responses
[Optional] Specify the labels for which to output probabilities. A label (response) must be 0 or 1.
Default behavior: The function outputs only the probability of the predicted class.