kedro-azureml
kedro-azureml copied to clipboard
Evaluate integration with kedro-mlflow
Right now, there is no support for kedro-mlflow as it handles the mlflow run initialization on it's own via kedro hooks. In Azure ML Pipelines, at runtime, all of the MLflow environment variables are automatically set (pointing to Azure ML's built-in MLFlow).
Evaluate whether we can override some of the logic from kedro-mlflow to allow it to log to the Azure ML's native MLflow. If it's possible, implement the integration and provide a clear instructions how to use it.