mirror of
https://github.com/Azure/MachineLearningNotebooks.git
synced 2025-12-22 02:25:12 -05:00
Using explain model APIs
Follow these sample notebooks to learn:
- Explain tabular data: Basic example of explaining model trained on tabular data.
- Explain local classification: Explain a scikit-learn classification model.
- Explain local regression: Explain a scikit-learn regression model.
- Explain on remote AMLCompute: Explain a model on a remote AMLCompute target.
- Explain classification using Run History: Explain a scikit-learn classification model with Run History.
- Explain regression using Run History: Explain a scikit-learn regression model with Run History.
- Explain scikit-learn raw features: Explain the raw features of a trained scikit-learn model.