do you return in some place actual support for each rule
since I see that for some rules support is less than min_support
for example https://github.com/jirifilip/pyARC return support for each rule
used data is slightly unbalanced
number of 1s is 500
number of 0s is 1000
so ratio is 0.5
or maybe I calculate each rule support in wrong way...