Skip to content
#

interpretability

Here are 160 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?

DALEX
pbiecek
pbiecek commented Mar 14, 2020

General:

  • remove outdated examples from DALEX_docs
  • prepare skeleton for R/Python docs

R specific:

  • prepare Introductory materials to predictive models for titanic and apartments
  • prepare Introductory materials to explain()
  • prepare Introductory materials to predict_parts()
  • prepare Introductory materials to predict_profile()
  • prepar
dvorka
dvorka commented Sep 21, 2018

In order to successfully install examples using Docker I did the following changes:

  • There seems to be missing step which clones mli-resources GitHub repository. Perhaps RUN git clone https://github.com/h2oai/mli-resources.git should be added to Dockerfile (I cloned repo manually).
  • Jupyter refuses to start under root - consider adding --allow-root parameter: `docker run -i -t -p 888
pyss3
hierarchical-dnn-interpretations

Improve this page

Add a description, image, and links to the interpretability 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 interpretability topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.