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

Fix average/mode logic #557

Merged
merged 3 commits into from
Jul 19, 2024
Merged

Fix average/mode logic #557

merged 3 commits into from
Jul 19, 2024

Conversation

zyteka
Copy link
Collaborator

@zyteka zyteka commented Jul 19, 2024

Closing issues

Closes #556

Description

The average/mode feature values are now computed at saved at fit time by explainers for which this is relevant info (for now, just SHAP feature contributions). Additionally, this information will only be provided at produce time if requested.

Test Plan

Added unit tests

@zyteka zyteka merged commit fea8d8e into dev Jul 19, 2024
7 checks passed
@zyteka zyteka deleted the fix-average-mode branch July 19, 2024 23:23
@zyteka zyteka mentioned this pull request Aug 5, 2024
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.

Fix average/mode logic for feature contributions
1 participant