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.
Release files for azureml-mlflow 1.62.0.post6
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| azureml_mlflow-1.62.0.post6-py3-none-any.whl | Python 3 | none | any | Details |
Release files / azureml_mlflow-1.62.0.post6-py3-none-any.whl
| Download URL | azureml_mlflow-1.62.0.post6-py3-none-any.whl |
|---|---|
| Size | 1.0 MB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
5d610be27a41d85177565fb9474386ca5e0ced3e300cc9eb23bd79915d1ee510
|
|
BLAKE2b-256 checksum How to use checksums |
9cfabf95d6321e8a4493a67a840b271cfa32ab261f8faed9bd8c0bb867439748
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.10.21
|