mlxtend icon indicating copy to clipboard operation
mlxtend copied to clipboard

Speed up frequent pattern mining by replacing frozensets with columns of 0/1's

Open rasbt opened this issue 3 years ago • 0 comments

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 or alternative function to use columns of 0/1's instead of frozensets to speed up the queries.

rasbt avatar Mar 04 '22 02:03 rasbt