fastpath function records all the parameters required for TD_OneHotEncodingTransform function. i.e, target attributes and their categorical values to be encoded and other parameters. Output of TD_OneHotEncodingFit function is used by TD_OneHotEncodingTransform function for encoding the input data. It supports inputs in both sparse and dense format
- Type: DB SessionTeradata ConnectionConnection to a Teradata Database Instance
- Type: TableInputTableThe relation that contains input data.
- Type: TableCategoryTableSpecifies the table containing the input categories for LIST approach.