Apriori icon indicating copy to clipboard operation
Apriori copied to clipboard

Redundant frozenset() in the `getItemSetTransactionList()` method?

Open Dawny33 opened this issue 9 years ago • 0 comments

In the line here: https://github.com/asaini/Apriori/blob/master/apriori.py#L52

There is no need to frozenset() the records, as the records in the data_iterator are already frozensets.

Dawny33 avatar Jul 28 '16 09:07 Dawny33