kedro.pipeline¶
Description
kedro.pipeline
provides functionality to define and execute
data-driven pipelines.
Classes
|
A |
|
|
Functions
|
Create a node in the pipeline by providing a function to be called along with variable names for inputs and/or outputs. |
Decorators
A function decorator which logs the time taken for executing a function. |