Microsoft 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 <https://docs.microsoft.com/python/api/overview/azure/ml/intro?view=azure-ml-py>`_,
add the code below to use MLflow.
.. code-block:: python
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.
Raw data
{
"_id": null,
"home_page": "https://docs.microsoft.com/python/api/overview/azure/ml/?view=azure-ml-py",
"name": "azureml-mlflow",
"maintainer": null,
"docs_url": null,
"requires_python": "<4.0,>=3.8",
"maintainer_email": null,
"keywords": null,
"author": "Microsoft Corp",
"author_email": null,
"download_url": null,
"platform": null,
"description": "Microsoft Azure Machine Learning Tracking server plugin for Python\r\n==================================================================\r\n\r\nThe azureml-mlflow package contains the integration code of AzureML with MLflow.\r\nMLflow (https://mlflow.org/) is an open-source platform for tracking machine learning experiments and managing models.\r\nYou can use MLflow logging APIs with Azure Machine Learning so that metrics and artifacts are logged to your Azure\r\nmachine learning workspace.\r\n\r\nUsage\r\n-----\r\n\r\nWithin an `AzureML Workspace <https://docs.microsoft.com/python/api/overview/azure/ml/intro?view=azure-ml-py>`_,\r\nadd the code below to use MLflow.\r\n\r\n.. code-block:: python\r\n\r\n import mlflow\r\n from azureml.core import Workspace\r\n\r\n workspace = Workspace.from_config()\r\n\r\n mlflow.set_tracking_uri(workspace.get_mlflow_tracking_uri())\r\n\r\nMore examples can be found at https://aka.ms/azureml-mlflow-examples.\r\n\r\n\r\n",
"bugtrack_url": null,
"license": "https://aka.ms/azureml-sdk-license",
"summary": "Contains the integration code of AzureML with Mlflow.",
"version": "1.58.0.post3",
"project_urls": {
"Homepage": "https://docs.microsoft.com/python/api/overview/azure/ml/?view=azure-ml-py"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "be8a490caa4f0be4b4cd8225c67977314b613fa56d8fcce2a79c8fc2667b3480",
"md5": "1b02a04381cc12267dc07f65b2a29e27",
"sha256": "2b5b80d54cad001b07b2f2108f10e8f6b83576f4159c2f3824c7d38b8c814c11"
},
"downloads": -1,
"filename": "azureml_mlflow-1.58.0.post3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "1b02a04381cc12267dc07f65b2a29e27",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.8",
"size": 1020049,
"upload_time": "2024-11-07T13:24:16",
"upload_time_iso_8601": "2024-11-07T13:24:16.489246Z",
"url": "https://files.pythonhosted.org/packages/be/8a/490caa4f0be4b4cd8225c67977314b613fa56d8fcce2a79c8fc2667b3480/azureml_mlflow-1.58.0.post3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-07 13:24:16",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "azureml-mlflow"
}