TD_TrainTestSplit Input - 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ā„¢
The TD_TrainTestSplit function has one input table that contains the test data.
Input Table Schema
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.