Releases: interpretml/interpret-community
Releases · interpretml/interpret-community
release v0.2.0
- Only get the eval_y_predicted and eval_data from explanation in _local_data method used by data contract if _DatasetsMixin exists on the explanation. Required for explanation dashboard widget to work on downloaded explanations without data.
- Add engineered explanation flag
- fix indexes with pandas:
add pandas indexes support, specifically for explaining timeseries models
add datetime featurization
fix bug in string indexing with one-hot-encoding for models that can't handle categoricals natively - update SHAP dependency to 0.32.1 to get several new fixes
Note: Versions will be in format ^.^.^ moving forward in future releases, as major.minor.patch
patch release v0.1.0.3.2
hotfix for logging mechanism to disk failing
release v0.1.0.4
minor fixes for demo notebooks
patch release v0.1.0.3.1
patch release for 0.1.0.3.1 to fix dependency issue with interpret for older versions of scikit-learn that don't have joblib as a dependency (otherwise, a pip install of our package will fail at runtime on imports from interpret with older versions of scikit-learn)
release v0.1.0.3
- added explanation dashboard visualization
- documentation, readme and notebook updates
- several minor bugfixes
release v0.1.0.2
contains several minor fixes
- added lower-bound pin to interpret library
- fixed lightgbm 2.3.0 serialization in mimic explainer
release v0.1.0.1
contains several minor bugfixes and fixes error on pip install
initial release
initial release of the interpret-community package