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

Add Isolation Forrest Conversion to TreeExplainer #193

Open
3 tasks
mmschlk opened this issue Aug 19, 2024 · 0 comments
Open
3 tasks

Add Isolation Forrest Conversion to TreeExplainer #193

mmschlk opened this issue Aug 19, 2024 · 0 comments
Labels
enhancement New feature or request explainer All issues that are linked to explainers help wanted Extra attention is needed
Milestone

Comments

@mmschlk
Copy link
Owner

mmschlk commented Aug 19, 2024

Add a conversion function/module to transform sklearns IsolationForests into TreeModels.

IsoForests are cool models to do anomaly detection. They are also trees, which can be turned into TreeModels for shapiq.

  • add conversion module
  • add tests with 100% coverage of the new modules
  • add Jupyter notebook showing what one can do
@mmschlk mmschlk added enhancement New feature or request help wanted Extra attention is needed explainer All issues that are linked to explainers labels Aug 19, 2024
@mmschlk mmschlk added this to the v1.2.0 milestone Aug 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request explainer All issues that are linked to explainers help wanted Extra attention is needed
Projects
Status: 📋 Backlog
Development

No branches or pull requests

1 participant