Quantcast
Channel: 🎛️ Dash - Plotly Community Forum
Viewing all articles
Browse latest Browse all 6271

How to add explainerdashboard Callback to multi-app app

$
0
0

I want to implement explainerdashboard in multi-app dash

How can I add callback of explainerdashboard to multi-app ‘app’.

explainer = ClassifierExplainer.from_file(DATA_PATH.joinpath(“explainer.joblib”))
db = ExplainerDashboard(explainer)
app_layout = db.app.layout # that’s how I am adding layout

But is there any way to add or append db.app to multi-app app.

1 post - 1 participant

Read full topic


Viewing all articles
Browse latest Browse all 6271

Trending Articles