Skip to content
#

explainability

Here are 44 public repositories matching this topic...

AlejandroBaron
AlejandroBaron commented Apr 28, 2020

I don't see any documentation on how to sort the variables in the plot. I don't want them sorted by shap value but in the original order, since i'm studying the behaviour of a Wave and I want to see a multiclass distribution of shap values over time

Currently they appear as

t=24
t=32
t=1
....

I want them to appear as
t=1
t=2
t=3
t=4
...

Is it possible?

matheus-asilva
matheus-asilva commented Nov 27, 2019

When running
from interpret import show
from interpret.perf import ROC
blackbox_perf = ROC(blackbox_model.predict_proba).explain_perf(X_test, y_test, name='Blackbox')
show(blackbox_perf)

I have the following error

RuntimeError: Could not find open port.
Consider calling interpret.set_show_addr(("127.0.0.1", 7001)) first..

Even calling the set_show_addr, I

hierarchical-dnn-interpretations
deep-explanation-penalization

Improve this page

Add a description, image, and links to the explainability topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the explainability topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.