Skip to content
#

explainable-ai

Here are 146 public repositories matching this topic...

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

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
hierarchical-dnn-interpretations
deep-explanation-penalization

Improve this page

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

Learn more

You can’t perform that action at this time.