mirror of
https://github.com/Azure/MachineLearningNotebooks.git
synced 2025-12-21 01:55:07 -05:00
12 lines
591 B
Markdown
12 lines
591 B
Markdown
## Using explain model APIs
|
|
|
|
<a name="samples"></a>
|
|
# Explain Model SDK Sample Notebooks
|
|
|
|
Follow these sample notebooks to learn:
|
|
|
|
1. [Explain tabular data locally](tabular-data): Basic examples of explaining model trained on tabular data.
|
|
2. [Explain on remote AMLCompute](azure-integration/remote-explanation): Explain a model on a remote AMLCompute target.
|
|
3. [Explain tabular data with Run History](azure-integration/run-history): Explain a model with Run History.
|
|
4. [Operationalize model explanation](azure-integration/scoring-time): Operationalize model explanation as a web service.
|