ymoch / apyori

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

Rules for minimum length of items #45

Closed amitrm closed 3 years ago

amitrm commented 4 years ago

From earlier tutorials of apyori that are available online, it looks like there was a rule for a minimum length of items that should be considered. It would be great to have this feature back in place.

My understanding is that would also reduce the computational burden when the ultimate goal is to find the transaction patterns for a minimum number of items.