Skip to main content

Quickly build Explainable AI dashboards that show the inner workings of so-called "blackbox" machine learning models.

Project description

This package makes it convenient to quickly deploy a dashboard web app that explains the workings of a (scikit-learn compatible) fitted machine learning model. The dashboard provides interactive plots on model performance, feature importances, feature contributions to individual predictions, partial dependence plots, SHAP (interaction) values, visualisation of individual decision trees, etc.

The goal is manyfold:

  • Make it easy for data scientists to quickly inspect the inner workings and

    performance of their model with just a few lines of code

  • Make it possible for non data scientist stakeholders such as co-workers,

    managers, directors, internal and external watchdogs to interactively inspect the inner workings of the model without having to depend on a data scientist to generate every plot and table

  • Make it easy to build a custom application that explains individual

    predictions of your model for customers that ask for an explanation

  • Explain the inner workings of the model to the people working with

    model in a human-in-the-loop deployment so that they gain understanding what the model does do and does not do. This is important so that they can gain an intuition for when the model is likely missing information and may have to be overruled.

The dashboard includes:

  • SHAP values (i.e. what is the contribution of each feature to each

    individual prediction?)

  • Permutation importances (how much does the model metric deteriorate

    when you shuffle a feature?)

  • Partial dependence plots (how does the model prediction change when

    you vary a single feature?

  • Shap interaction values (decompose the shap value into a direct effect

    an interaction effects)

  • For Random Forests and xgboost models: visualization of individual trees

    in the ensemble.

  • Plus for classifiers: precision plots, confusion matrix, ROC AUC plot,

    PR AUC plot, etc

  • For regression models: goodness-of-fit plots, residual plots, etc.

The library is designed to be modular so that it is easy to design your own custom dashboards so that you can focus on the layout and project specific textual explanations of the dashboard. (i.e. design it so that it will be interpretable for business users in your organization, not just data scientists)

A deployed example can be found at http://titanicexplainer.herokuapp.com

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

explainerdashboard-0.4.7.tar.gz (276.4 kB view details)

Uploaded Source

Built Distribution

explainerdashboard-0.4.7-py3-none-any.whl (287.8 kB view details)

Uploaded Python 3

File details

Details for the file explainerdashboard-0.4.7.tar.gz.

File metadata

  • Download URL: explainerdashboard-0.4.7.tar.gz
  • Upload date:
  • Size: 276.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for explainerdashboard-0.4.7.tar.gz
Algorithm Hash digest
SHA256 5fad61e4a78a398e76f30d8eac60e9364db93c3bd3d11f80d7c4c741416d15c6
MD5 b083af5e65861a0df25f83cccc333047
BLAKE2b-256 d407c7b623de3517fd9e3b119c2226497e32f8370c65fc88a2361db999bf0806

See more details on using hashes here.

File details

Details for the file explainerdashboard-0.4.7-py3-none-any.whl.

File metadata

File hashes

Hashes for explainerdashboard-0.4.7-py3-none-any.whl
Algorithm Hash digest
SHA256 b7aa1e62b5b91a4db31d0bbec434888095a3bb6a8ec14962250ad6899123bfee
MD5 00cb1996857cf88fbed72e6cb9b308e8
BLAKE2b-256 396c8cd1bd74c028b48101b7858b1ea3a627d8b07acfe8feca9c424bbde6197a

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page