azureml-responsibleai


Nameazureml-responsibleai JSON
Version 1.56.0 PyPI version JSON
download
home_pagehttps://docs.microsoft.com/python/api/overview/azure/ml/?view=azure-ml-py
SummaryAzureML Responsible AI package
upload_time2024-04-29 18:34:02
maintainerNone
docs_urlNone
authorMicrosoft Corp
requires_python<3.11,>=3.8
licenseProprietary https://aka.ms/azureml-preview-sdk-license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Microsoft Azure Machine Learning Responsible AI for Python
==========================================================

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


The azureml-responsibleai package provides classes for Responsible AI in Azure Machine Learning and includes the following:

- Model explanations including aggregate and individual feature importance.
- Causal inference, estimates the causal effect each feature has on the outcome and recommends a policy for when to apply treatments in order to optimize the outcome.
- Counterfactual analysis, generates diverse counterfactual examples of existing datapoints to achieve a desired model output.
- Error analysis, a more robust analysis of a model's performance by identifying which cohorts of your data have disproportionately higher error rate.  For example, a cohort of your data specifying gender or race.

This package is experimental and may be subject to future change or removal.

*****************
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 Responsible AI package:

.. code-block:: python

   pip install azureml-responsibleai



            

Raw data

            {
    "_id": null,
    "home_page": "https://docs.microsoft.com/python/api/overview/azure/ml/?view=azure-ml-py",
    "name": "azureml-responsibleai",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<3.11,>=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": "Microsoft Corp",
    "author_email": "amlraidev@microsoft.com",
    "download_url": null,
    "platform": null,
    "description": "Microsoft Azure Machine Learning Responsible AI for Python\r\n==========================================================\r\n\r\nThis package has been tested with Python 3.6 and 3.7.\r\n=====================================================\r\n\r\n\r\nThe azureml-responsibleai package provides classes for Responsible AI in Azure Machine Learning and includes the following:\r\n\r\n- Model explanations including aggregate and individual feature importance.\r\n- Causal inference, estimates the causal effect each feature has on the outcome and recommends a policy for when to apply treatments in order to optimize the outcome.\r\n- Counterfactual analysis, generates diverse counterfactual examples of existing datapoints to achieve a desired model output.\r\n- Error analysis, a more robust analysis of a model's performance by identifying which cohorts of your data have disproportionately higher error rate.  For example, a cohort of your data specifying gender or race.\r\n\r\nThis package is experimental and may be subject to future change or removal.\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 Responsible AI package:\r\n\r\n.. code-block:: python\r\n\r\n   pip install azureml-responsibleai\r\n\r\n\r\n",
    "bugtrack_url": null,
    "license": "Proprietary https://aka.ms/azureml-preview-sdk-license",
    "summary": "AzureML Responsible AI package",
    "version": "1.56.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": "0f66a75076d31478c83691446d01ab0e1c2c4816d5758efdb3133592d7ff0b04",
                "md5": "65a60e942478e8da01e098c87f161690",
                "sha256": "ae16359a7b9e45f7912c2d2890df376e88669d84930b40b8a91dd970d6c3f78e"
            },
            "downloads": -1,
            "filename": "azureml_responsibleai-1.56.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "65a60e942478e8da01e098c87f161690",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.11,>=3.8",
            "size": 99797,
            "upload_time": "2024-04-29T18:34:02",
            "upload_time_iso_8601": "2024-04-29T18:34:02.574764Z",
            "url": "https://files.pythonhosted.org/packages/0f/66/a75076d31478c83691446d01ab0e1c2c4816d5758efdb3133592d7ff0b04/azureml_responsibleai-1.56.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-29 18:34:02",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "azureml-responsibleai"
}
        
Elapsed time: 0.22124s