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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: