tommyod/Efficient-Apriori

Misprint in instructional comment

blitzarx1 opened this issue · 2 comments

Hi! You have misprint in rules.py line 54.
Now: >>> r.support # Probability of ('a', 'c', 'c') in the data
Should be: >>> r.support # Probability of ('a', 'b, 'c') in the data

It is a good package, I just want to be helpful)

Thanks @bl17zar . Wanna edit the file and make a PR? If not I'll fix it.

@tommyod yes, I ll do it ;)