| TargetColumn |
- CHAR or VARCHAR for categorical columns
- INTEGER, REAL, DECIMAL, or NUMBER for numeric columns
|
The columns transformed using the ColumnTransformer function. |
| otherColumns |
- CHAR or VARCHAR for categorical columns
- INTEGER, REAL, DECIMAL, or NUMBER for numeric columns
|
The default columns from input to output. |
| NewColumns |
- CHAR or VARCHAR for categorical columns
- INTEGER, REAL, DECIMAL, or NUMBER for numeric columns
|
The following FIT functions produce new columns:- TD_Polynomial FeaturesFit
- TD_NonLinearCombineFit
- TD_OneHotEncodingFit
The following functions change the schema of the target column: - TD_BincodeFit
- TD_OrdinalEncodingFit
|