| ======================= |
| pipe |
| ======================= |
| |
| We have a family of decorators that can help with transforming the input and output of a node in the DAG. For a hands on example have a look at https://github.com/DAGWorks-Inc/hamilton/tree/main/examples/scikit-learn/species_distribution_modeling |
| |
| -------------- |
| |
| **Reference Documentation** |
| |
| pipe |
| ----------------------------------------------------------------------- |
| **DeprecationWarning from 2.0.0: use pipe_input instead** |
| |
| .. autoclass:: hamilton.function_modifiers.macros.pipe |
| :special-members: __init__ |
| |
| pipe_input |
| ---------------- |
| .. autoclass:: hamilton.function_modifiers.macros.pipe_input |
| :special-members: __init__ |
| |
| pipe_output |
| ---------------- |
| .. autoclass:: hamilton.function_modifiers.macros.pipe_output |
| :special-members: __init__ |