Skip to content

Commit ef1491e

Browse files
authored
Fixes: MicrosoftDocs/azure-docs/issues/52687
https://github.com/MicrosoftDocs/azure-docs/issues/52687 - updated pip install command
1 parent 1fabe30 commit ef1491e

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)