-
Notifications
You must be signed in to change notification settings - Fork 876
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 more metrics for Association Rules #1096
Comments
@rasbt - Could you share your thoughts about this? We have also implemented Certainty Factor and Centered Confidence for which we would be writing test cases. |
H @UltraArceus3 and @Nachiket18 . Thanks for suggesting these and offering to help implementing these! On my end, I am currently very maxed out with other projects and wouldn't have the capacity to contribute anything at the moment. However, I could approve PRs etc in case you want to contribute these. (Sorry that I can't be more helpful at the moment, but my free time is mostly taken up by my LLM from Scratch book until mid July; but I am happy to approve PRs, and I actually really appreciate your willingness to contribute). |
Discussed in #1031
Originally posted by Nachiket18 April 24, 2023
There are several metrics like lift, leverage, conviction etc are available for association rules. Wondering if it would be of help if we implement other metrics like Jaccard, Added Value, Certainty Factor etc.
We are planning on implementing more Association Rules metrics from this resource: https://mhahsler.github.io/arules/docs/measures
Metrics we are currently considering are: Jaccard Coefficient, Certainty Factor, and Added Value.
The text was updated successfully, but these errors were encountered: