Releases: interpretml/interpret-community
Releases · interpretml/interpret-community
patch release v0.5.1
patch release v0.5.1
- fix explanation dashboard failing to load and serialization error on notebooks
release v0.5.0
- 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
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
- 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
- fixed deserialization logic for mimic explainer with older versions of lightgbm (hotfix)
release v0.3.0
- 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
Patch release with minor bugfix to use length of per class rank instead of values for calculating num classes
release v0.2.2
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
hotfix for logging mechanism failing when directory in specified path empty
release v0.2.1
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