azureml-widgets


Nameazureml-widgets JSON
Version 1.55.0 PyPI version JSON
download
home_pagehttps://docs.microsoft.com/python/api/overview/azure/ml/?view=azure-ml-py
SummaryProvides fully supported, with interactivity, async auto-updates, and non-blocking cell execution.
upload_time2024-02-06 19:36:49
maintainer
docs_urlNone
authorMicrosoft Corp
requires_python>=3.7,<4
licensehttps://aka.ms/azureml-sdk-license
keywords ipython jupyter widgets
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Project description
==========================================
.. _`AzureML Widgets` : https://docs.microsoft.com/en-us/python/api/azureml-widgets/?view=azure-ml-py

`AzureML Widgets`_ are fully supported, with interactivity, async auto-updates, and non-blocking cell execution. These widgets will be a way to monitor jobs as they run, monitor logs, and stream useful charts.

Within a Jupyter notebook, widgets should be used to display the main highlights of the current run, for more run information the user will switch to the full Run Details page. 

Setup
==========================================

.. _instructions : https://docs.microsoft.com/en-us/azure/machine-learning/how-to-configure-environment#local

Follow these instructions_ to install the Azure ML SDK on your local machine, create an Azure ML workspace, and set up your notebook environment, which is required for the next step.

Once you have set up your environment, install the Azure ML Widget SDK::

    pip install azureml-widgets


azureml-widget supported runs
==========================================
The following types of runs are supported:

.. _StepRun : https://docs.microsoft.com/en-us/python/api/azureml-pipeline-core/azureml.pipeline.core.steprun?view=azure-ml-py
.. _HyperDriveRun : https://docs.microsoft.com/en-us/python/api/azureml-train-core/azureml.train.hyperdrive.hyperdriverun?view=azure-ml-py>
.. _AutoMLRun : https://docs.microsoft.com/en-us/python/api/azureml-train-automl-client/azureml.train.automl.run.automlrun?view=azure-ml-py
.. _PipelineRun : https://docs.microsoft.com/en-us/python/api/azureml-pipeline-core/azureml.pipeline.core.run.pipelinerun?view=azure-ml-py
.. _ReinforcementLearningRun : https://docs.microsoft.com/en-us/python/api/azureml-contrib-reinforcementlearning/azureml.contrib.train.rl.reinforcementlearningrun?view=azure-ml-py

* StepRun_ : Shows run properties, output logs, metrics.

* HyperDriveRun_ : Shows parent run properties, logs, child runs, primary metric chart, and parallel coordinate chart of hyperparameters.

* AutoMLRun_ : Shows child runs and primary metric chart with option to select individual metrics.

* PipelineRun_ : Shows running and non-running nodes of a pipeline along with graphical representation of nodes and edges.

* ReinforcementLearningRun_ : Shows status of runs in real time. Azure Machine Learning Reinforcement Learning is currently a preview feature. For more information, see Reinforcement learning with Azure Marchine Learning.

Resources
==========================================
.. _`Monitor and view ML run logs and metrics` : https://docs.microsoft.com/en-us/azure/machine-learning/how-to-monitor-view-training-logs
.. _`AzureML Widgets SDK Docs` : https://docs.microsoft.com/en-us/python/api/azureml-widgets/?view=azure-ml-py

`Monitor and view ML run logs and metrics`_

`AzureML Widgets SDK Docs`_ 



            

Raw data

            {
    "_id": null,
    "home_page": "https://docs.microsoft.com/python/api/overview/azure/ml/?view=azure-ml-py",
    "name": "azureml-widgets",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7,<4",
    "maintainer_email": "",
    "keywords": "ipython,jupyter,widgets",
    "author": "Microsoft Corp",
    "author_email": "",
    "download_url": "",
    "platform": null,
    "description": "Project\u00a0description\r\n==========================================\r\n.. _`AzureML Widgets` : https://docs.microsoft.com/en-us/python/api/azureml-widgets/?view=azure-ml-py\r\n\r\n`AzureML\u00a0Widgets`_\u00a0are\u00a0fully\u00a0supported,\u00a0with\u00a0interactivity,\u00a0async\u00a0auto-updates,\u00a0and\u00a0non-blocking\u00a0cell\u00a0execution.\u00a0These\u00a0widgets\u00a0will\u00a0be\u00a0a\u00a0way\u00a0to\u00a0monitor\u00a0jobs\u00a0as\u00a0they\u00a0run,\u00a0monitor\u00a0logs,\u00a0and\u00a0stream\u00a0useful\u00a0charts.\r\n\r\nWithin\u00a0a\u00a0Jupyter\u00a0notebook,\u00a0widgets\u00a0should\u00a0be\u00a0used\u00a0to\u00a0display\u00a0the\u00a0main\u00a0highlights\u00a0of\u00a0the\u00a0current\u00a0run,\u00a0for\u00a0more\u00a0run\u00a0information\u00a0the\u00a0user\u00a0will\u00a0switch\u00a0to\u00a0the\u00a0full\u00a0Run\u00a0Details\u00a0page.\u00a0\r\n\r\nSetup\r\n==========================================\r\n\r\n.. _instructions : https://docs.microsoft.com/en-us/azure/machine-learning/how-to-configure-environment#local\r\n\r\nFollow these\u00a0instructions_ to install the Azure ML SDK on your local machine, create an Azure ML workspace, and set up your notebook environment, which is required for the next step.\r\n\r\nOnce you have set up your environment, install the Azure ML Widget SDK::\r\n\r\n    pip install azureml-widgets\r\n\r\n\r\nazureml-widget supported runs\r\n==========================================\r\nThe\u00a0following\u00a0types\u00a0of\u00a0runs\u00a0are\u00a0supported:\r\n\r\n.. _StepRun : https://docs.microsoft.com/en-us/python/api/azureml-pipeline-core/azureml.pipeline.core.steprun?view=azure-ml-py\r\n.. _HyperDriveRun : https://docs.microsoft.com/en-us/python/api/azureml-train-core/azureml.train.hyperdrive.hyperdriverun?view=azure-ml-py>\r\n.. _AutoMLRun : https://docs.microsoft.com/en-us/python/api/azureml-train-automl-client/azureml.train.automl.run.automlrun?view=azure-ml-py\r\n.. _PipelineRun : https://docs.microsoft.com/en-us/python/api/azureml-pipeline-core/azureml.pipeline.core.run.pipelinerun?view=azure-ml-py\r\n.. _ReinforcementLearningRun : https://docs.microsoft.com/en-us/python/api/azureml-contrib-reinforcementlearning/azureml.contrib.train.rl.reinforcementlearningrun?view=azure-ml-py\r\n\r\n*\u00a0StepRun_ : Shows\u00a0run\u00a0properties,\u00a0output\u00a0logs,\u00a0metrics.\r\n\r\n*\u00a0HyperDriveRun_ : Shows\u00a0parent\u00a0run\u00a0properties,\u00a0logs,\u00a0child\u00a0runs,\u00a0primary\u00a0metric\u00a0chart,\u00a0and\u00a0parallel\u00a0coordinate\u00a0chart\u00a0of\u00a0hyperparameters.\r\n\r\n*\u00a0AutoMLRun_ : Shows\u00a0child\u00a0runs\u00a0and\u00a0primary\u00a0metric\u00a0chart\u00a0with\u00a0option\u00a0to\u00a0select\u00a0individual\u00a0metrics.\r\n\r\n*\u00a0PipelineRun_ : Shows\u00a0running\u00a0and\u00a0non-running\u00a0nodes\u00a0of\u00a0a\u00a0pipeline\u00a0along\u00a0with\u00a0graphical\u00a0representation\u00a0of\u00a0nodes\u00a0and\u00a0edges.\r\n\r\n*\u00a0ReinforcementLearningRun_ : Shows\u00a0status\u00a0of\u00a0runs\u00a0in\u00a0real\u00a0time.\u00a0Azure\u00a0Machine\u00a0Learning\u00a0Reinforcement\u00a0Learning\u00a0is\u00a0currently\u00a0a\u00a0preview\u00a0feature.\u00a0For\u00a0more\u00a0information,\u00a0see\u00a0Reinforcement\u00a0learning\u00a0with\u00a0Azure\u00a0Marchine\u00a0Learning.\r\n\r\nResources\r\n==========================================\r\n.. _`Monitor and view ML run logs and metrics` : https://docs.microsoft.com/en-us/azure/machine-learning/how-to-monitor-view-training-logs\r\n.. _`AzureML\u00a0Widgets\u00a0SDK Docs` : https://docs.microsoft.com/en-us/python/api/azureml-widgets/?view=azure-ml-py\r\n\r\n`Monitor and view ML run logs and metrics`_\r\n\r\n`AzureML\u00a0Widgets\u00a0SDK Docs`_ \r\n\r\n\r\n",
    "bugtrack_url": null,
    "license": "https://aka.ms/azureml-sdk-license",
    "summary": "Provides fully supported, with interactivity, async auto-updates, and non-blocking cell execution.",
    "version": "1.55.0",
    "project_urls": {
        "Homepage": "https://docs.microsoft.com/python/api/overview/azure/ml/?view=azure-ml-py"
    },
    "split_keywords": [
        "ipython",
        "jupyter",
        "widgets"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3a4c77104b503eb2e66f543a5ac712f1888a825efe27f494c4a7387936e8b1f6",
                "md5": "cbab6f4c5dec0826bad11c4a5ca6fbbb",
                "sha256": "12b4b115dcfaad8e2011992c3e6e4356bfb8f93d54505ec63322b47ab2f4dd2f"
            },
            "downloads": -1,
            "filename": "azureml_widgets-1.55.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "cbab6f4c5dec0826bad11c4a5ca6fbbb",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7,<4",
            "size": 14128870,
            "upload_time": "2024-02-06T19:36:49",
            "upload_time_iso_8601": "2024-02-06T19:36:49.735491Z",
            "url": "https://files.pythonhosted.org/packages/3a/4c/77104b503eb2e66f543a5ac712f1888a825efe27f494c4a7387936e8b1f6/azureml_widgets-1.55.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-06 19:36:49",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "azureml-widgets"
}
        
Elapsed time: 0.21862s