kedro.pipeline¶
Description
kedro.pipeline
provides functionality to define and execute
data-driven pipelines.
Functions
|
Create a node in the pipeline by providing a function to be called along with variable names for inputs and/or outputs. |
Create a copy of the pipeline and its nodes, with some dataset names and node names modified. |
Classes
|
A |
|
|
Modules
A module containing predefined node decorators in Kedro. |
Exceptions
Raised when a modular pipeline is not adapted and integrated appropriately using the helper. |