ymoch / apyori

A simple implementation of Apriori algorithm by Python.
MIT License
243 stars 93 forks source link

Rules that appears more than once #46

Open bnn26 opened 3 years ago

bnn26 commented 3 years ago

Hey there,

I'm trying to understand the output of the Apyori algorithm. When I'm running the algorithm, it appears that the same rules are appearing more than once, with different Support-Confidence & Lift.

Is it normal, and if it is, what does it mean exactly?