Metadata-Version: 2.0
Name: azureml-contrib-interpret
Version: 1.22.0
Summary: ML contrib interpret package contains experimental functionality to interpret ML models
Home-page: https://docs.microsoft.com/python/api/overview/azure/ml/?view=azure-ml-py
Author: Microsoft Corp
License: Proprietary https://aka.ms/azureml-preview-sdk-license 
Platform: UNKNOWN
Requires-Python: >=3.5,<4
Description-Content-Type: text/x-rst
Provides-Extra: lime
Provides-Extra: han
Requires-Dist: azureml-interpret (~=1.22.0)
Provides-Extra: han
Requires-Dist: spacy; extra == 'han'
Requires-Dist: gensim; extra == 'han'
Requires-Dist: tensorflow; extra == 'han'
Provides-Extra: lime
Requires-Dist: lime; extra == 'lime'

The azureml-contrib-interpret package contains experimental functionality for the
azureml-interpret package, which offers a variety of services for machine learning model
interpretability. Eventually, useful pieces of this package will be moved into the full package.
Note: This package will soon be deprecated, please migrate to the released azureml-interpret package.

APIs and functionality in this contrib package are subject to breaking changes without warning.

*****************
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 Contrib Interpret package:

.. code-block:: python

   pip install azureml-contrib-interpret



