Skip to content

0.34.0

Compare
Choose a tag to compare
@slundberg slundberg released this 27 Dec 17:51
· 1532 commits to master since this release
da92ced

This release includes:

  • Many small bug fixes.
  • Better matplotlib text alignment during rotation courtesy of @koomie
  • Cleaned up the C++ transformer code to allow easier PRs.
  • Fixed a too tight check_additivity tolerance in TreeExplainer #950
  • Updated the LinearExplainer API to match TreeExplainer
  • Allow custom class ordering in a summary_plot courtesy of @SimonStreicher