Skip to content

Commit d846ee3

Browse files
authored
Merge pull request #111961 from GiftA-MSFT/patch-31
Fixes: MicrosoftDocs/azure-docs/issues/52687
2 parents 8023673 + ef1491e commit d846ee3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/how-to-machine-learning-interpretability-aml.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The following example shows how to use the interpretability package on your pers
3939
1. Install `azureml-interpret` and `azureml-interpret-contrib` packages.
4040
```bash
4141
pip install azureml-interpret
42-
pip install azureml-interpret-contrib
42+
pip install azureml-contrib-interpret
4343
```
4444

4545
2. Train a sample model in a local Jupyter notebook.

0 commit comments

Comments
 (0)