Replies: 1 comment 5 replies
-
Ho @Downfor-u keen to help here - but I think we need a little more info, this feels like more of the questions are on Azure side. Kedro doesn't concern itself with the infrastructure side. Does the run work at all without the MLFlow elements? Or does it not run at all? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How to use an Azure Machine Learning compute cluster to run a Kedro pipeline that integrates with Mlflow and Azure ML ?
For now, my code does not reference any remote compute. I just get my code on an Azure ML compute instance and run inside it i.e. doing the following :
git clone
the source code into the compute instancekedro run
in the compute instance TerminalWhat I want to do next is to update the code to specify a compute cluster as a compute target while still running the code from the compute instance. How can I do this ?
Thank you for your help !
Beta Was this translation helpful? Give feedback.
All reactions