Yuri Aleksandrov
Yuri Aleksandrov
Also relates to https://github.com/kubeflow-kale/kale/issues/389
I figured that it breaks if the variable names of outputs from each step overlap. Changing variable **x to x1; y to y1** names allows dag to succeed. ``` @pipeline(name="binary-classification",...
Also, feel free to check this very simple helm chart for kubeflow pipelines. It is aimed at running smaller experiments locally. I mostly use it for my personal ml projects....
I experienced the same issue when following the same steps as OP. Here's the config variables which worked for me (While following the steps of OP) I added these directly...