salesforce / OmniXAI

OmniXAI: A Library for eXplainable AI
BSD 3-Clause "New" or "Revised" License
866 stars 91 forks source link

Create Multiple dashboard in one #96

Open Giuseppe-Accardo opened 11 months ago

Giuseppe-Accardo commented 11 months ago

Is it possible to use different data or models and display a single dashboard? I would like to create multiple dashboards in one "show()".

Thank you so much!

yangwenz commented 11 months ago

Hi, could you please describe more about your requirements? You want a single dashboard or a multiple tabs to show different models and data?

Giuseppe-Accardo commented 11 months ago

@yangwenz I'd like to have more tabs where I can select for example a menu with 2 sections like "Iris Callissification" and "Boston Regression". When I click a section, I want to display the classic OmniXAI explainer interface. The important thing is that I only have to expose one port.

Thank you so much!