Adding more metrics for association rules #1031
Replies: 6 comments 1 reply
-
Thanks for bringing that up. Personally, I currently don't have the bandwidth to implement that, but I would welcome contributions and can help reviewing and adding them! |
Beta Was this translation helpful? Give feedback.
-
I'll be happy to lead this open source contribution with @Nachiket18 . |
Beta Was this translation helpful? Give feedback.
-
I will also be working on this contribution. |
Beta Was this translation helpful? Give feedback.
-
Okay so the formulas that are necessary for implementing the new measures is provided here - https://mhahsler.github.io/arules/docs/measures |
Beta Was this translation helpful? Give feedback.
-
@rasbt We are starting to work on this contribution and were wondering if you could point us to where and how to add test cases as we already found out where to add the functionality in the files. Just asked this because some open-source library maintainers try to keep the codes in a certain fashion. |
Beta Was this translation helpful? Give feedback.
-
@rasbt |
Beta Was this translation helpful? Give feedback.
-
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.
Beta Was this translation helpful? Give feedback.
All reactions