-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Finalize revised calculation approach (#255)
* calculate synergy first, only then redundancy as r^2 of autonomy vectors * do not average SHAP values across splits for increased accuracy * update expected results in learner inspector unit tests * scale redundancy to remaining variance not already explained by synergy * remove LearnerInspector parameter 'orthogonalize': always orthogonalize the interaction vector * do not calculate SHAP legacy global explanations unless legacy=True * factor out SHAP context creation before global explanation calculations * store affinity matrices as one ndarray, not as nested tuples * prevent division by zero for relative symmetry of 0-importance features * calculate S/R/A matrices separately per split, then get mean and std * add release notes for FACET 1.1.0
- Loading branch information
Showing
8 changed files
with
488 additions
and
278 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.