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?
Hi Luis, did you have a look at namespaces? https://docs.kedro.org/en/stable/nodes_and_pipelines/namespaces.html