Open Dawny33 opened 8 years ago
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.
frozenset()
data_iterator
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 thedata_iterator
are already frozensets.