Skip to content

Releases: interpretml/interpret-community

release v0.2.0

08 Nov 21:21
ef2067e
Compare
Choose a tag to compare
  • 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

28 Oct 05:06
7168a3f
Compare
Choose a tag to compare

hotfix for logging mechanism to disk failing

release v0.1.0.4

25 Oct 15:19
6356b2f
Compare
Choose a tag to compare

minor fixes for demo notebooks

patch release v0.1.0.3.1

27 Oct 20:09
677b333
Compare
Choose a tag to compare

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

24 Oct 17:13
268f4d2
Compare
Choose a tag to compare
  • added explanation dashboard visualization
  • documentation, readme and notebook updates
  • several minor bugfixes

release v0.1.0.2

04 Oct 17:55
9f20600
Compare
Choose a tag to compare

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

27 Sep 19:17
df14b87
Compare
Choose a tag to compare

contains several minor bugfixes and fixes error on pip install

initial release

26 Sep 16:58
32c3573
Compare
Choose a tag to compare

initial release of the interpret-community package