Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redundant frozenset() in the getItemSetTransactionList() method? #15

Open
Dawny33 opened this issue Jul 28, 2016 · 0 comments
Open

Redundant frozenset() in the getItemSetTransactionList() method? #15

Dawny33 opened this issue Jul 28, 2016 · 0 comments
Labels

Comments

@Dawny33
Copy link

Dawny33 commented Jul 28, 2016

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.

@asaini asaini added the Bug label Jan 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants