Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugfix and Support for Random Forests in TreeExplainer #59

Merged
merged 1 commit into from
Mar 20, 2024

Conversation

mmschlk
Copy link
Owner

@mmschlk mmschlk commented Mar 20, 2024

  • This PR adds a bugfix for TreeExplainer is not importable because of errors. #58, such that the TreeExplainer can now be properly imported and used.
  • This PR adds support for sklearn random forest regressors and classifiers.
  • This PR adds additional tests for TreeExplainer and its conversion mechanisms.

Closes Issues:
This PR closes #58 and closes #55.

@mmschlk mmschlk added bug Something isn't working enhancement New feature or request labels Mar 20, 2024
@mmschlk mmschlk self-assigned this Mar 20, 2024
@mmschlk mmschlk added this to the Initial Version of SHAPIQ milestone Mar 20, 2024
@mmschlk mmschlk merged commit eb91bd8 into main Mar 20, 2024
@mmschlk mmschlk deleted the tree-explainer-random-forrest branch March 20, 2024 13:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

TreeExplainer is not importable because of errors. Add Random Forrest Support for TreeSHAP-IQ
1 participant