Update v.0.0.6-alpha
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
Full Changelog: v.0.0.5-alpha...v.0.0.6-alpha