Skip to content

Fix plot_correlated_features for interaction methods (#6)#89

Merged
monte-flora merged 1 commit into
masterfrom
fix/correlated-features-interaction-plots
Apr 2, 2026
Merged

Fix plot_correlated_features for interaction methods (#6)#89
monte-flora merged 1 commit into
masterfrom
fix/correlated-features-interaction-plots

Conversation

@monte-flora
Copy link
Copy Markdown
Owner

Guard _add_correlated_brackets to only run for single-variable methods (SINGLE_VAR_METHODS). Interaction methods (hstat, perm_based, ale_variance_interactions) have pair names like "CAPE__Shear" that can't be looked up in the correlation matrix.

Closes #6

Guard _add_correlated_brackets to only run for single-variable
methods (SINGLE_VAR_METHODS). Interaction methods (hstat,
perm_based, ale_variance_interactions) have pair names like
"CAPE__Shear" that can't be looked up in the correlation matrix.

Closes #6

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@monte-flora monte-flora merged commit 1afa55e into master Apr 2, 2026
11 checks passed
@monte-flora monte-flora deleted the fix/correlated-features-interaction-plots branch April 2, 2026 12:22
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.

plot_correlated_features=True is failing for interactions importance plots.

1 participant