Skip to content

Instantly share code, notes, and snippets.

@oegedijk
Created February 17, 2021 12:41
Show Gist options
  • Save oegedijk/059060b33c07e7eb5d2a8e6f19175042 to your computer and use it in GitHub Desktop.
Save oegedijk/059060b33c07e7eb5d2a8e6f19175042 to your computer and use it in GitHub Desktop.
db1 = ExplainerDashboard(explainer1, title="Classifier Explainer",
description="Model predicting survival on H.M.S. Titanic")
db2 = ExplainerDashboard(explainer2, title="Regression Explainer",
description="Model predicting ticket price on H.M.S. Titanic")
ExplainerHub([db1, db2]).run()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment