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
added bootstrap parameter to dashboard to make theming easier:
e.g. ExplainerDashboard(explainer, bootstrap=dbc.themes.FLATLY).run()
added hide_subtitle parameter to all components with subtitles
added description parameter to all components to adjust the hover-over-title
tooltip
can pass additional **kwargs to ExplainerDashboard.from_config() to override
stored parameters, e.g. db = ExplainerDashboard.from_config("dashboard.yaml", higher_is_better=False)
Bug Fixes
fixed bug where drop_na=True for explainer.plot_pdp() was not working.
Improvements
**kwargs are now also stored when calling ExplainerDashboard.to_yaml()
turned single radioitems into switches
RegressionVsColComponent: hide "show point cloud next to violin" switch
when col is not in cats