Skip to content

Add mutual information metric to association_rules#1182

Open
wali-reheman wants to merge 1 commit into
rasbt:masterfrom
wali-reheman:fix/upstream-add-mutual-information
Open

Add mutual information metric to association_rules#1182
wali-reheman wants to merge 1 commit into
rasbt:masterfrom
wali-reheman:fix/upstream-add-mutual-information

Conversation

@wali-reheman

Copy link
Copy Markdown

Implements the mutual information metric for association rules, addressing issue #1114. Uses the standard information-theoretic formula: MI(A→C) = log2(s_AC / (s_A × s_C)), which measures how much knowing the antecedent reduces uncertainty about the consequent.

@wali-reheman wali-reheman force-pushed the fix/upstream-add-mutual-information branch from 2ec380a to 800b6ea Compare June 18, 2026 13:25
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.

1 participant