Glossary
Node:A discrete function (decorated with
@node) that represents a single step in your ML pipeline. Nodes have inputs, outputs, and parameters
Workflow:A collection of nodes connected by edges (decorated with
@workflow) that define the flow of data and execution order