Skip to main content
Components are the building blocks of a pipeline. Each one takes an input, does one thing, and passes an output to the next component.

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 Test handles).

Full component list