New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

azureml-responsibleai

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

azureml-responsibleai

AzureML Responsible AI package

  • 1.59.0
  • PyPI
  • Socket score

Maintainers
1

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

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc