Pipeline is combination from various tasks
I think the pipeline in ClearML like ML Workflow than pipleline from other frameworks
and PipelineController is the task control, right natanM
So what does the connection between two pipelines mean here?
SwankySeaurchin41 , I think you don't need to connect pipelines. Think of pipeline as a DAG execution. You can build it anyway you want 🙂
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 🙂