rasbt / mlxtend

A library of extension and helper modules for Python's data analysis and machine learning libraries.
https://rasbt.github.io/mlxtend/
Other
4.85k stars 857 forks source link

Association rules faster rule generation #841

Closed cperreault11 closed 3 years ago

cperreault11 commented 3 years ago

I think rule generation for association rules could be improved by allowing pruning based on confidence scores. There also may be cases when only rules with certain items restricted to the antecedent/consequent should be generated, which could speed up the algorithm.

rasbt commented 3 years ago

I agree, that's a good idea. I am linking the related discussions here: #793 & #795