azureml-mlflow


Nameazureml-mlflow JSON
Version 1.55.0 PyPI version JSON
download
home_pagehttps://docs.microsoft.com/python/api/overview/azure/ml/?view=azure-ml-py
SummaryContains the integration code of AzureML with Mlflow.
upload_time2024-02-06 19:36:14
maintainer
docs_urlNone
authorMicrosoft Corp
requires_python>=3.7,<4.0
licensehttps://aka.ms/azureml-sdk-license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            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": "",
    "docs_url": null,
    "requires_python": ">=3.7,<4.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "Microsoft Corp",
    "author_email": "",
    "download_url": "",
    "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.55.0",
    "project_urls": {
        "Homepage": "https://docs.microsoft.com/python/api/overview/azure/ml/?view=azure-ml-py"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6af88f405b06492672fbe30d6d16dc46ce59c0edc63b58037cf69dcfc6290b26",
                "md5": "6e74a8d8898ee7d5b3779c60bd6ed4e8",
                "sha256": "048cd60c483d778b1f52fc219a32c925706dceac871d829946099609959c0eef"
            },
            "downloads": -1,
            "filename": "azureml_mlflow-1.55.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6e74a8d8898ee7d5b3779c60bd6ed4e8",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7,<4.0",
            "size": 1019728,
            "upload_time": "2024-02-06T19:36:14",
            "upload_time_iso_8601": "2024-02-06T19:36:14.038458Z",
            "url": "https://files.pythonhosted.org/packages/6a/f8/8f405b06492672fbe30d6d16dc46ce59c0edc63b58037cf69dcfc6290b26/azureml_mlflow-1.55.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-06 19:36:14",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "azureml-mlflow"
}
        
Elapsed time: 0.17581s