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

Support calculate feature importance on clf pipelines #3883

Merged
merged 3 commits into from
Dec 5, 2023

Conversation

suhaibmujahid
Copy link
Member

Fixes #3880

With this fix, the TreeExplainer is applied to the original dataset, not the resampled one, which is better in the context of interpretability and understanding of feature importance.

Train on Taskcluster: stepstoreproduce

@suhaibmujahid suhaibmujahid requested a review from marco-c December 3, 2023 21:10
marco-c
marco-c previously approved these changes Dec 3, 2023
@suhaibmujahid suhaibmujahid enabled auto-merge (squash) December 5, 2023 17:03
@suhaibmujahid suhaibmujahid merged commit 51d15d9 into mozilla:master Dec 5, 2023
7 checks passed
@suhaibmujahid suhaibmujahid deleted the before branch December 5, 2023 17:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Pipeline isn't supported by TreeExplainer
2 participants