GLMPredict_MLE Syntax Elements - Teradata Vantage

Machine Learning Engine Analytic Function Reference

Product
Teradata Vantage
Release Number
8.10
1.1
Published
October 2019
Language
English (United States)
Last Update
2019-12-31
dita:mapPath
ima1540829771750.ditamap
dita:ditavalPath
jsj1481748799576.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 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.