Files

15 lines
752 B
Markdown

## Using AzureML Interpret APIs
<a name="samples"></a>
# 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](azure-integration/remote-explanation): Explain a model on a remote AMLCompute target.
2. [Explain tabular data with Run History](azure-integration/run-history): Explain a model with Run History.
3. [Operationalize model explanation](azure-integration/scoring-time): Operationalize model explanation as a web service.