MLOpsPython icon indicating copy to clipboard operation
MLOpsPython copied to clipboard

Enabling interpretability/expainability

Open RajdeepakBeniwal opened this issue 4 years ago • 1 comments
trafficstars

Hi,

I tried installing azureml-interpret and azureml-explain-model and when i import tabularexplainer its not getting imported. And on checking logs it shows that these modules are not compatible so can you suggest the combination of dependencies that help me run these modules. Suggestions are welcome 😊.

RajdeepakBeniwal avatar Aug 19 '21 09:08 RajdeepakBeniwal

Hi,

I had same issue before, you can see how I fixed it in my repo. https://github.com/smarter-code/demystifying-machine-learning-operations-PS/blob/master/automobile/training/train_aml.py

You are interested in the following lines in particular: 33,34,155-159

You'll also need to add dependencies: https://github.com/smarter-code/demystifying-machine-learning-operations-PS/blob/master/automobile/conda_dependencies.yml

lines: 26,27

I have a Pluralsight course discussing around this: https://app.pluralsight.com/course-player?clipId=75b738ae-3aa0-41bb-af69-d203bb43a562

smarter-code avatar Dec 02 '21 11:12 smarter-code