Split a 3LC table into train, validation, and test sets β creating new table revisions with full lineage tracking.
EditedTable revisions: Each split creates a new table revision (EditedTable) that references the original rows β no data is duplicated.
Stratified sampling: When enabled, the split preserves the class distribution from the original table in each split. Requires a categorical label column.
DAG lineage: All split tables appear as children of the source table in the DAG view, making the relationship clear.