You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Made users.yaml to default file for storing users and hashed passwords
for ExplainerHub for easier manual editing.
Added option min_height to ExplainerHub to set the size of the iFrame
containing the dashboard.
Added option fluid=True to ExplainerHub to stretch bootstrap container
to width of the browser.
added parameter bootstrap to ExplainerHub to override default bootstrap theme.
added option dbs_open_by_default=True to ExplainerHub so that no login
is required for dashboards for which there wasn't a specific lists
of users declared through db_users. So only dashboards for which users
have been defined are password protected.
Added option no_index to ExplainerHub so that no flask route is created
for index "/", so that you can add your own custom index. The dashboards
are still loaded on their respective routes, so you can link to them
or embed them in iframes, etc.
Added a "wizard" perfect prediction to the lift curve.
hide with hide_wizard=True default to not show with wizard=False.
Bug Fixes
ExplainerHub.from_config() now works with non-cwd paths
ExplainerHub.to_yaml("subdirectory/hub.yaml") now correctly stores
the users.yaml file in the correct subdirectory when specified.
Improvements
added a "powered by: explainerdashboard" footer. Hide it with hide_poweredby=True.
added option "None" to shap dependence color col. Also removes the point cloud
from the violin plots for categorical features.
added option mode to ExplainerDashboard.run() that can override self.mode.