Unanswered
Hi, I'M Facing Some Issues When Try To Run A Pipeline, How Can A Import A Local Library Using Pipelines From Functions? Always Getting "Modulenotfounderror: No Module Named"
Hi DepressedFox45
Basically move the import into the function, it will automatically detect the package.@PipelineDecorator.component(...) def step_one(...): import sklearn import pandas as pd # stuff
Make sense ?
165 Views
0
Answers
2 years ago
one year ago