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.58.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": "6ea22b0c7f3752e996c317abf0af8c075bfbf4392b315cbe416e8df73717e931",
"md5": "626c98d0870cee63c56ca6d5608017ea",
"sha256": "b9a4e694f193208d775e28a03a2a97821c02ef23ef5c9493281f2f0340708e03"
},
"downloads": -1,
"filename": "azureml_responsibleai-1.58.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "626c98d0870cee63c56ca6d5608017ea",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<3.11,>=3.8",
"size": 99798,
"upload_time": "2024-10-16T17:44:32",
"upload_time_iso_8601": "2024-10-16T17:44:32.852148Z",
"url": "https://files.pythonhosted.org/packages/6e/a2/2b0c7f3752e996c317abf0af8c075bfbf4392b315cbe416e8df73717e931/azureml_responsibleai-1.58.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-16 17:44:32",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "azureml-responsibleai"
}