Skip to content

v0.5.6: boolean features, string class labels, logging and CalibratedClassifier support

Choose a tag to compare

@oegedijk oegedijk released this 06 Feb 21:13
· 17 commits to master since this release
1a5fc74

Version 0.5.6:

Bug Fixes

  • Fix FeatureInputComponent range calculation for boolean columns (avoid np.round on bools) and add a regression test.
  • Ensure save_html includes custom tabs by providing a static-export fallback for tabs without a to_html implementation.
  • Support string class labels in ClassifierExplainer by preserving label mappings and avoiding float casts.
  • Support CalibratedClassifierCV by using its fitted base estimator for SHAP (avoids falling back to kernel).

Improvements

  • Replace print statemen