and PipelineController is the task control, right natanM
Pipeline is combination from various tasks
I think the pipeline in ClearML like ML Workflow than pipleline from other frameworks
So what does the connection between two pipelines mean here?
Hi 🙂
A task is the most basic object in the system in regards to experiments. A pipeline is a bunch of tasks that are controller by another task 🙂
SwankySeaurchin41 , I think you don't need to connect pipelines. Think of pipeline as a DAG execution. You can build it anyway you want 🙂