LinRegPredict Arguments - Teradata Vantage

Machine Learning Engine Analytic Function Reference

Product
Teradata Vantage
Release Number
8.00
1.0
Published
May 2019
Language
English (United States)
Last Update
2019-11-22
dita:mapPath
blj1506016597986.ditamap
dita:ditavalPath
blj1506016597986.ditaval
dita:id
B700-4003
lifecycle
previous
Product Category
Teradata Vantageā„¢
InputColumns
[Optional] Specify the names of the input table columns that contain the input variables. You must specify these column names in the same order in which they appear in the model table. For example, suppose that the coefficient_index column of the model table has these values in this order:
  • intercept
  • housesize
  • lotsize
  • bedrooms
  • granite
  • upgradedbathroom
Then the InputColumns argument must be:

InputColumns ('housesize', 'lotsize', 'bedrooms','granite', 'upgradedbathroom').

Otherwise, the function creates incorrect predictions.
Default: All input columns
Accumulate
[Optional] Specify the names of input table columns to copy to the output table.