r.run("ingest")
I get error:
MlflowException: Failed to run step 'ingest' of recipe 'testmlflow'. An error was encountered while running step 'ingest': None
I don't understand if the problem cause from this that i dont run in jupyter notebook
and run in visual studio code
Maybe the problem cause because i change the experiment properties in file local.yaml:
experiment:
name: "sklearn_classification_experiment"
artifact_location: "app/metadata/mlflow/mlartifacts"
This is the my login location..
please help me!!
thanks a lot
Zohar