Hi team, I am looking for a real life kedro repo and its package dependencies. I've heard from different power users that they follow the convention of writing pipelines into packages for testing, versioning, etc?
I think it could be a really good thing to attract more users to see how Kedro is used in "real life"
On a related note, is the convention to have an ML pipelines be composed of other pipelines (like in the docs:
preprocessing
,
ds
, etc) or to have each step of the pipeline be a node?