Files
MachineLearningNotebooks/how-to-use-azureml/explain-model

Using AzureML Interpret APIs

AzureML Interpret SDK Sample Notebooks

You can run the interpret-community SDK to explain models locally without Azure. For notebooks on the local experience, please see: https://github.com/interpretml/interpret-community/tree/master/notebooks

Follow these sample notebooks to learn about the model interpretability integration with Azure:

  1. Explain on remote AMLCompute: Explain a model on a remote AMLCompute target.
  2. Explain tabular data with Run History: Explain a model with Run History.
  3. Operationalize model explanation: Operationalize model explanation as a web service.