Skip to content

Releases: interpretml/interpret-community

patch release v0.5.1

21 Jan 19:50
4fb8491

Choose a tag to compare

patch release v0.5.1

  • fix explanation dashboard failing to load and serialization error on notebooks

release v0.5.0

17 Jan 16:58
d5c3365

Choose a tag to compare

  • Removed tabindex from GridChart
  • Flask service for visualization dashboard
  • Accessibility updates for visualization dashboard
  • minor change of info message to debug for regression models explained by blackbox explainers

release v0.4.1

02 Jan 17:34
ef57b21

Choose a tag to compare

The 0.4.1 patch release includes several minor updates:

  • separate base chart lib from interpret dashboard
  • several build infrastructure updates
  • fix sphinx doc warnings
  • fix backcompat for explain local and global with data

release v0.4.0

13 Dec 17:44
da53125

Choose a tag to compare

  • update shap to 0.33.0
  • string localization in ExplanationDashboard
  • add sections to does quack methods
  • remove scikit-learn pin to older version and fix issues with latest scikit-learn release

patch release v0.3.1

05 Dec 22:56
ef1f4e4

Choose a tag to compare

  • fixed deserialization logic for mimic explainer with older versions of lightgbm (hotfix)

release v0.3.0

04 Dec 23:05
45edac0

Choose a tag to compare

  • Add aria-label to top k slider
  • Pass theme arg to chart components, accepting 'light' | 'dark' | 'white' | 'black' now
  • Add comments to aid localization team
  • Pin scikit-learn to 0.21.3 due to breaking changes in 0.22
  • Make mimic explainer load function backwards compatible with older models

release v0.2.3

21 Nov 18:35
8c0b084

Choose a tag to compare

Patch release with minor bugfix to use length of per class rank instead of values for calculating num classes

release v0.2.2

21 Nov 05:38
9963be5

Choose a tag to compare

Patch release with several minor bugfixes:

  • fixing breaking change by making features public again on mimic explainer
  • handle single class global importance values in ExplanationDashboard widget
  • fixed warning on linear explainer due to unspecified default value

patch release v0.1.0.3.3

21 Nov 18:19

Choose a tag to compare

hotfix for logging mechanism failing when directory in specified path empty

release v0.2.1

19 Nov 22:24
e6ff2ba

Choose a tag to compare

Patch release with several minor bugfixes:

  • add checks for fields in raw features explanation derived from engineered explanation
  • add dataset size, num features and examples, to explanations
  • fix lightgbm import warning appearing multiple times
  • fix local file logger if directory to log to is missing