Skip to content

Commit 3b49989

Browse files
Merge pull request Azure#348 from imatiach-msft/ilmat/update-explain-model-nb
updating model explanation notebooks
2 parents 279c9b8 + 6cdbfb8 commit 3b49989

File tree

14 files changed

+2164
-2092
lines changed

14 files changed

+2164
-2092
lines changed

how-to-use-azureml/explain-model/README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@
22

33
Follow these sample notebooks to learn:
44

5-
1. [Explain tabular data](explain-tabular-data): Basic example of explaining model trained on tabular data.
6-
2. [Explain local classification](explain-local-sklearn-classification): Explain a scikit-learn classification model.
7-
3. [Explain local regression](explain-local-sklearn-regression): Explain a scikit-learn regression model.
5+
1. [Explain tabular data locally](explain-tabular-data-local): Basic example of explaining model trained on tabular data.
86
4. [Explain on remote AMLCompute](explain-on-amlcompute): Explain a model on a remote AMLCompute target.
9-
5. [Explain classification using Run History](explain-run-history-sklearn-classification): Explain a scikit-learn classification model with Run History.
10-
6. [Explain regression using Run History](explain-run-history-sklearn-regression): Explain a scikit-learn regression model with Run History.
11-
7. [Explain scikit-learn raw features](explain-sklearn-raw-features): Explain the raw features of a trained scikit-learn model.
7+
5. [Explain tabular data with Run History](explain-tabular-data-run-history): Explain a model with Run History.
8+
7. [Explain raw features](explain-tabular-data-raw-features): Explain the raw features of a trained model.

how-to-use-azureml/explain-model/explain-local-sklearn-classification/explain-local-sklearn-classification.ipynb

Lines changed: 0 additions & 243 deletions
This file was deleted.

0 commit comments

Comments
 (0)