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

Adding mutual information metric to the association_rules() function #1114

Open
kristianperriu opened this issue Nov 10, 2024 · 0 comments
Open

Comments

@kristianperriu
Copy link

Mutual Information is highly useful in Market Basket Analysis because it measures the statistical dependence between items, helping to identify patterns of association beyond simple frequency counts. Helps determine how much knowing the presence of one product in a transaction reduces uncertainty about the presence of another product. This is especially beneficial for identifying non-obvious associations between items that might not appear frequently together but are still highly dependent.

Since this function is highly used in the context of Market Basket Analysis it could be useful to provide another layer of information to help the users reduce the number of possibly redundant or useless rules after generating the rules from an algorithm such as Apriori or FP-Growth

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant