Skip to main content
The Train-Test Split component divides your DataFrame into features (X) and target (y) and then splits them into training and test portions. Its output handles connect directly to model and evaluation components.

Configuration

Split modes

Input / Output

Enable Stratify for imbalanced classification datasets to ensure every split has a representative distribution of each class.