Skip to content

Update v.0.0.6-alpha

Latest
Compare
Choose a tag to compare
@mmschlk mmschlk released this 20 Mar 15:37
· 311 commits to main since this release
4b738c3

Highlights

The highlights of this release are as follows.

Random Forest Support for TreeExplainer

We add support for RandomForestClassifier and RandomForestRegressor as provided by sklearn.ensemble in the TreeExplainer. This is discussed in #55.

TreeExplainer Bugfix

We fix a package-breaking bug that made it impossible to use the TreeExplainer class.

Additional Unittests

We add additional unittests that fully covers the TreeExplainer in its current form.

What's Changed

  • Bugfix and Support for Random Forests in TreeExplainer by @mmschlk in #59

Full Changelog: v.0.0.5-alpha...v.0.0.6-alpha