Konstantinos Azas
Konstantinos Azas
Okay, so the old rule of support was given as the proportion of the existence of an item out of all transactions. Now, it is given as  where |B_x|...
Yes, exactly the algorithm remains the same except from the modification of the metrics that are computed. And yes, it includes the rule of representativity as well. As I have...
@rasbt In metrics such as Zhang's and Jaccard, if `null_values=True` it computes values that are outside the unrestricted range. Sometimes it occurs with the certainty metric as well. I haven't...
No worries at all, my pleasure to contribute on your project! No worries at all, I am glad you are feeling better now. I resolved and made the changes you...
> Awesome work! And thanks so much for addressing all the minor concerns I have. No worries at all, my pleasure in contributing. Until next time!
I investigated the issue. It seems that in `fpcommon.py` where the `disabled` array is initialised, multiple temporary arrays are created to generate the desired one. For that I already worked...
> Why do we add num_itemsets as required input for association_rules? It can be inferred from df size so at least we should make it optional IMO. Firstly, just to...