ymoch / apyori

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

Rules with Multiple-item Consequents #40

Closed haosongl closed 4 years ago

haosongl commented 5 years ago

It seems like the items_add contains only one item. e.g (1,2,5) --> (3,4) will be ignored even if this rule satisfies both minsup and minconf requirements.

ymoch commented 4 years ago

Sorry for my too late response... Fixed in #41 and released as v1.1.2. Thanks a lot!