Machine Learning interpret package is used to interpret ML models
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.
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