azureml-mlflow
v1.62.0.post2Contains the integration code of AzureML with Mlflow.
996 KB Python 3.8+ py3-none-anyMIT License11 deps
$ uv add azureml-mlflowMicrosoft Azure Machine Learning Tracking server plugin for Python
The azureml-mlflow package contains the integration code of AzureML with MLflow. MLflow (https://mlflow.org/) is an open-source platform for tracking machine learning experiments and managing models. You can use MLflow logging APIs with Azure Machine Learning so that metrics and artifacts are logged to your Azure machine learning workspace.
Usage
Within an AzureML Workspace, add the code below to use MLflow.
import mlflow
from azureml.core import Workspace
workspace = Workspace.from_config()
mlflow.set_tracking_uri(workspace.get_mlflow_tracking_uri())
More examples can be found at https://aka.ms/azureml-mlflow-examples.
Details
- Version
- 1.62.0.post2
- License
- MIT License
- Python
- <4.0,>=3.8
- Maintainer
- Microsoft Corp
Links
Release Cadence
5
releases in the past year
avg 23 days between releases
Maintainers
- Microsoft Corp