Update v.0.0.6-alpha #60
mmschlk
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Highlights
The highlights of this release are as follows.
Random Forest Support for TreeExplainer
We add support for
RandomForestClassifier
andRandomForestRegressor
as provided bysklearn.ensemble
in theTreeExplainer
. 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
This discussion was created from the release Update v.0.0.6-alpha.
Beta Was this translation helpful? Give feedback.
All reactions