InputTable Schema
Column | Data Type | Description |
---|---|---|
target_column | NUMERIC | Column for which to output polynomial combinations for features. |
FitTable Schema
Column | Data Type | Description |
---|---|---|
TD_IncludeBias_POLFIT:Boolean | INTEGER | 1 if Boolean is 'True', 0 if it is 'False'. |
TD_InteractionOnly_POLFIT:Boolean | INTEGER | 1 if Boolean is 'True', 0 if it is 'False'. |
TD_Degree_POLFIT:degree | INTEGER | degree |
target_column | NUMERIC | Preserves target column name for TD_PolynomialFeaturesTransform. Contains only NULL values. |