Closed connesy closed 4 years ago
Yes, thanks, I think it should be 0.333333
for (a, c) as well. Let me CC @harenbergsd how implemented the algorithm
I have tracked it down to commit 115278b. Before this commit (at commit ac0f0c1), the above example returns:
>>> fpmax(df, min_support=0.01, use_colnames=True)
support itemsets
0 0.333333 (a, b)
1 0.333333 (a, c)
Thanks guys, I will check it out
@connesy : Thanks to @harenbergsd , it should be fixed now :)
In order to use it, you can install the latest dev version via
pip install git+git://github.com/rasbt/mlxtend.git
(until the next version release)
Thanks!
MWE: