LARPredict 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ā„¢
CoefMode
[Optional] Specify the mode for the CoefPositions syntax element, one of more of the following:
Option Description
'STEP' (Default) CoefPositions syntax element indicates steps corresponding to steps in model output by LAR function. CoefPositions syntax element can include any real values in [1, k], where k is maximum step in model.
'FRACTION' CoefPositions syntax element indicates fractions of L1 norm of coefficients against maximum L1 norm. Maximum L1 norm is that of full OLS solution (coefficients at last step). CoefPositions syntax element can include any real values in [0, 1].
'NORM' CoefPositions syntax element indicates L1 norm of coefficients. CoefPositions syntax element can include any real values in [0, max L1 norm]. For maximum L1 norm, see above.
'LAMBDA' CoefPositions syntax element indicates maximum absolute correlations. For definition, see description of max_abs_corr in LAR Output. CoefPositions syntax element can include any real values.
CoefPositions
[Optional] Specify the positions of the coefficients at which to create predictions. Each coefficient is a different DOUBLE PRECISION value in the range specified by the CoefMode syntax element.
ResponseColumn
[Optional] Specify the name of the response column in the InputTable (for prediction comparison).
Accumulate
[Optional] Specify the names of the InputTable columns to copy to the output table.
Default: All input columns