You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is really helpful repo. Thanks for sharing. I am trying to replicate your code from scratch. However the python files inside dag directory gives error on importing modules from steps directory. Also, they cant load the best model from MLFlow. Please suggest how to tackle this problem.
The text was updated successfully, but these errors were encountered:
Regarding the import module, it is probably relative to the PythonPath. You need to set it up using 'export PYTHONPATH=path/to/the/repo' that you can add to the .bashrc file
This is really helpful repo. Thanks for sharing. I am trying to replicate your code from scratch. However the python files inside
dag
directory gives error on importing modules fromsteps
directory. Also, they cant load the best model from MLFlow. Please suggest how to tackle this problem.The text was updated successfully, but these errors were encountered: