-
Notifications
You must be signed in to change notification settings - Fork 876
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
Apriori/one hot speedup #327
Conversation
* Transform: Apriori is much faster - some invalid combinations omitted
Hello @jaksmid! Thanks for updating the PR. Cheers ! There are no PEP8 issues in this Pull Request. 🍻 Comment last updated on February 12, 2018 at 14:18 Hours UTC |
This is great, thanks a lot! Yeah, omitting items/itemsets without enough support in the previous step actually makes sense. Not sure, but do you have "allow maintainer edits" enabled on this PR? (I wish GitHub would add a visual clue for that). I wanted to adjust the documentation a bit for consistency. |
Hello @rasbt, I see |
Thanks! There are actually only two little things that come to mind:
|
Done. Is this something you had in mind @rasbt? |
Thanks for the update and the PR. Looks good to me now and I am happy to merge this :) |
On my computer, the Apriori algorithm could not finish in reasonable time with the document containing millions of rows.
I optimized the code so the algorithm runs much faster