Can a kedro pipeline call other pipelines? I hav...
# questions
l
Can a kedro pipeline call other pipelines? I have a situation where I need to run the same ML pipeline for similar kind of data across groups. I want to keep my ML pipeline modular and have it act it on just one cut of data (filter -> preprocess -> feature engineering -> training -> save model), and have it be parametrised, my question is how do I run the pipelines for all my groups? do I run a pipeline of pipelines? do I run it in a python script?
h
Someone will reply to you shortly. In the meantime, this might help:
p
👍 1
l
I hadn’t before! But that’s very neat, thanks @Paul Weiss
👍 1