Skip to content

Commit 75a64cb

Browse files
committed
fixed typo in package names
1 parent 4720d28 commit 75a64cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,10 +233,10 @@ The following example shows how you can use the `ExplanationClient` class to ena
233233
* Use the `ExplanationClient` in the remote run to upload the interpretability context.
234234
* Download the context later in a local environment.
235235
236-
1. Install `azureml-interpret` and `azureml-interpret-contrib` packages.
236+
1. Install `azureml-interpret` and `azureml-contrib-interpret` packages.
237237
```bash
238238
pip install azureml-interpret
239-
pip install azureml-interpret-contrib
239+
pip install azureml-contrib-interpret
240240
```
241241
1. Create a training script in a local Jupyter notebook. For example, `train_explain.py`.
242242

0 commit comments

Comments
 (0)