Unanswered
I Am Struggling A Bit To Understand The Use Case Of A Pipeline:
Let Say You Have Step1 -> Step2 -> Step3
What Is The Point To Use Pipeline Feature Versus Having A Single Task That Do Those Steps One After Another ???
Oh there's parallelization as well. You could have step 1 gather the data, and then fan out to N parallel steps that all do different things with the data, for example hyper parameter tuning
170 Views
0
Answers
one year ago
one year ago