The TD_TrainTestSplit function has one input table that contains the test data.
| Column | Data Type | Description |
|---|---|---|
| IDColumn | VARCHAR, CHAR, SMALLINT, BIGINT, BYTEINT, INTEGER | Unique row identifier. Cannot be NULL. |
| StratifyColumn | VARCHAR, CHAR, SMALLINT, BIGINT, BYTEINT, INTEGER | If passed into the function, this column cannot have NULL values. |
| Columns | Any | Rows copied to the function output as either train row or test row along with IDColumn and stratify column. |