No project description provided
Project description
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 service: the metrics and artifacts are logged to your Azure ML Workspace.
With an AzureML Workspace (https://docs.microsoft.com/en-us/python/api/overview/azure/ml/intro?view=azure-ml-py) add the below lines before your MLflow code:
import mlflow from azureml.core import Workspace
workspace = Workspace.from_config()
mlflow.set_tracking_uri(workspace.get_mlflow_tracking_uri())
# Examples can be found here (https://aka.ms/azureml-mlflow-examples)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file azureml_mlflow-1.1.5-py2.py3-none-any.whl
.
File metadata
- Download URL: azureml_mlflow-1.1.5-py2.py3-none-any.whl
- Upload date:
- Size: 21.9 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.5.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 97ac8246f80fdc471d6e7a8ac2bfcbf31b016edfe91452ef4feead5bac6494e4 |
|
MD5 | 864dcf8555debed1edb72448108d5f1a |
|
BLAKE2b-256 | b09fe885e3cdc87f0dc33a41ea28b980654323f3ef970787e58a0b35d43c0b80 |