How components connect
- Output handle — the dot on the right side of a component. Drag from here to connect.
- Input handle — the dot on the left side. Drop a connection here.
- Data flows left to right through the pipeline.
- Some components have multiple handles (e.g. Train-Test Split outputs separate
X Train,Y Train,X Test,Y Testhandles).