Skip to content

v0.2.0

Compare
Choose a tag to compare
@tuvelofstrom tuvelofstrom released this 19 Sep 20:29
· 736 commits to main since this release

v0.2.0 - 2023-09-19

Full changelog

Features

  • Added a WrapCalibratedExplainer class which can be used for both classificaiton and regression.
  • Added quickstart_wrap to the notebooks folder.
  • Added LIME_comparison to the notebooks folder.

Fixes

  • Removed the dependency on shap and scikit-learn and closed issue #8.
  • Updated the weights to match LIME's weights (to ensure that a positive weight has the same meaning in both).
  • Changed name of parameter y (representing the threshold in probabilistic regression) to threshold.