Input
ExecutionExecution trigger that starts the stratified split
AI/ML/Dataset
Split a dataset into training and testing subsets, keeping every class at its original proportion in both subsets
Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.
Execution trigger that starts the stratified split
Share of each class that goes to the training set (rest goes to test). Must be between 0 and 1, exclusive
Name of the column containing class labels for stratification
Seed for the per-class shuffle. Any non-zero value makes the split reproducible; 0 draws a fresh seed each run and logs it
Data Source (DB or CSV)
Destination database that receives the training rows. It is cleared before every run
Destination database that receives the testing rows. It is cleared before every run
Activated once the stratified split has finished