Skip to content

v0.2.14:

Compare
Choose a tag to compare
@oegedijk oegedijk released this 09 Dec 08:08
· 1000 commits to master since this release

Version 0.2.14:

New Features

  • 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