azureml-interpret


Nameazureml-interpret JSON
Version 1.55.0 PyPI version JSON
download
home_pagehttps://docs.microsoft.com/python/api/overview/azure/ml/?view=azure-ml-py
SummaryMachine Learning interpret package is used to interpret ML models
upload_time2024-02-06 19:36:11
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 Interpret API for Python
=============================================================

This package has been tested with Python 3.6 and 3.7.
=====================================================

The SDK is released with backwards compatibility guarantees.

Machine learning (ML) interpret package is used to interpret black box ML models.

The azureml-interpret package interfaces with explainers to allow users to upload and download explanations from Azure.

The explainers come from the interpret-community package.

 * The TabularExplainer can be used to give local and global feature importances
 * The best explainer is automatically chosen for the user based on the model
 * Local feature importances are for each evaluation row
 * Global feature importances summarize the most importance features at the model-level
 * The API supports both dense (numpy or pandas) and sparse (scipy) datasets
 * For more advanced users, individual explainers can be used
 * The KernelExplainer and MimicExplainer are for BlackBox models
 * The MimicExplainer is faster but less accurate than the KernelExplainer
 * The TreeExplainer is for tree-based models
 * The DeepExplainer is for DNN tensorflow or pytorch models

*****************
Setup
*****************

Follow these `instructions <https://docs.microsoft.com/azure/machine-learning/how-to-configure-environment#local>`_ 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 AzureML Interpret package:

.. code-block:: python

   pip install azureml-interpret


            

Raw data

            {
    "_id": null,
    "home_page": "https://docs.microsoft.com/python/api/overview/azure/ml/?view=azure-ml-py",
    "name": "azureml-interpret",
    "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 Interpret API for Python\r\n=============================================================\r\n\r\nThis package has been tested with Python 3.6 and 3.7.\r\n=====================================================\r\n\r\nThe SDK is released with backwards compatibility guarantees.\r\n\r\nMachine learning (ML) interpret package is used to interpret black box ML models.\r\n\r\nThe azureml-interpret package interfaces with explainers to allow users to upload and download explanations from Azure.\r\n\r\nThe explainers come from the interpret-community package.\r\n\r\n * The TabularExplainer can be used to give local and global feature importances\r\n * The best explainer is automatically chosen for the user based on the model\r\n * Local feature importances are for each evaluation row\r\n * Global feature importances summarize the most importance features at the model-level\r\n * The API supports both dense (numpy or pandas) and sparse (scipy) datasets\r\n * For more advanced users, individual explainers can be used\r\n * The KernelExplainer and MimicExplainer are for BlackBox models\r\n * The MimicExplainer is faster but less accurate than the KernelExplainer\r\n * The TreeExplainer is for tree-based models\r\n * The DeepExplainer is for DNN tensorflow or pytorch models\r\n\r\n*****************\r\nSetup\r\n*****************\r\n\r\nFollow these `instructions <https://docs.microsoft.com/azure/machine-learning/how-to-configure-environment#local>`_ 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\nOnce you have set up your environment, install the AzureML Interpret package:\r\n\r\n.. code-block:: python\r\n\r\n   pip install azureml-interpret\r\n\r\n",
    "bugtrack_url": null,
    "license": "https://aka.ms/azureml-sdk-license",
    "summary": "Machine Learning interpret package is used to interpret ML models",
    "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": "09134aa65b5cb97290d2f6ee3bdc6f358cdc90307b4d416f2d9b14490c4f846c",
                "md5": "d81da5814f5d396392eca1552ac2fece",
                "sha256": "81d332a130531286bf04841cc0213f937764699f96cc19dfad321830abba3dc3"
            },
            "downloads": -1,
            "filename": "azureml_interpret-1.55.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d81da5814f5d396392eca1552ac2fece",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7,<4.0",
            "size": 52113,
            "upload_time": "2024-02-06T19:36:11",
            "upload_time_iso_8601": "2024-02-06T19:36:11.904474Z",
            "url": "https://files.pythonhosted.org/packages/09/13/4aa65b5cb97290d2f6ee3bdc6f358cdc90307b4d416f2d9b14490c4f846c/azureml_interpret-1.55.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-06 19:36:11",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "azureml-interpret"
}
        
Elapsed time: 0.19425s