Apriori
Apriori copied to clipboard
Redundant frozenset() in the `getItemSetTransactionList()` method?
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.