Is it possible to set artifact location? #338
-
I run pipelines locally with kedro, I have PostgreSQL server as backend store and I would like to have an artifact store in a network folder. Is it possible to set artifact location using kedro-mlflow plugin? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @fernandosm, first of all, sorry for the late reply. It seems that mlflow itself does not support this option just by setting environment variables. You need to setup your mlflow server like described in scenario 4 of documentation . Once the server is up, you just have to specify you You can find more detailed explanations here: #15. |
Beta Was this translation helpful? Give feedback.
Hi @fernandosm,
first of all, sorry for the late reply. It seems that mlflow itself does not support this option just by setting environment variables. You need to setup your mlflow server like described in scenario 4 of documentation . Once the server is up, you just have to specify you
mlflow_tracking_uri
insidemlflow.yml
.You can find more detailed explanations here: #15.