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

Improve efficiency of association rule mining via a max_set_size parameter #897

Open rasbt opened 2 years ago

rasbt commented 2 years ago

The current frequent pattern and association rule mining algorithms are not implemented for generality not efficiency and may end up consuming unnecessary CPU and memory in certain cases. As discussed in #893, we could think about a parameter to limit the antecedent and/or consequent sets sizes.