Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enabling interpretability/expainability #378

Open
RajdeepakBeniwal opened this issue Aug 19, 2021 · 1 comment
Open

Enabling interpretability/expainability #378

RajdeepakBeniwal opened this issue Aug 19, 2021 · 1 comment

Comments

@RajdeepakBeniwal
Copy link

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 😊.

@smarter-code
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants