Hi @<1523701070390366208:profile|CostlyOstrich36> , the code is part of the same repository as the pipeline code. That is, I have files in the root repository that I use to build the pipeline (those files are pretty much like the example you have on github) and I have utils directory in the same root repository where I have scripts with custom scikit transformers and methods I frequently reuse.
Hi @<1829328217773707264:profile|DiminutiveButterfly84> , Is the code part of some repository or its just a folder with some script files?
Hi @<1829328217773707264:profile|DiminutiveButterfly84> , how are you building the pipeline? Is it from tasks or from decorators?
Hi @<1523701070390366208:profile|CostlyOstrich36> , I tried both, but I would like to make it work with tasks.
From the messages, it seems that it doesn't import them properly. But to be honest, I'm not sure how to import them for remote execution.
can you add full log of the pipeline + step? So you mean its not cloning the utils properly or doesn't import them properly?
I thought ClearML would copy the repository but that doesn't seem like the case? Maybe I'm importing them wrong?