Optional Syntax Elements for TD_PolynomialFeaturesFit - Analytics Database
Database Analytic Functions
- Deployment
- VantageCloud
- VantageCore
- Edition
- Enterprise
- IntelliFlex
- VMware
- Product
- Analytics Database
- Release Number
- 17.20
- Published
- June 2022
- ft:locale
- en-US
- ft:lastEdition
- 2025-04-01
- dita:mapPath
- gjn1627595495337.ditamap
- dita:ditavalPath
- qkf1628213546010.ditaval
- dita:id
- jmh1512506877710
- Product Category
- Teradata Vantageā¢
- OUT clause
- Accepts the OutputTable clause.
- OutputTable
- Specifies a name for the output table.
- IncludeBias
- Specifies whether the output table is to include a bias column for the feature in which all polynomial powers are zero (that is, a column of ones). A bias column acts as an intercept term in a linear model.
- Default: true
- InteractionOnly
- Specifies whether to output polynomial combinations only features that are products of at most degree distinct input features.
- Default: false
- Degree
- Specifies the maximum degree of the input features for which to output polynomial combinations, an integer in the range [1,2,3].
- Default: 2