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

can not output when applying to latitude #18

Open
wyfSunflower opened this issue Jul 9, 2019 · 0 comments
Open

can not output when applying to latitude #18

wyfSunflower opened this issue Jul 9, 2019 · 0 comments

Comments

@wyfSunflower
Copy link

OS: Ubuntu 16.04 64bit
fpgrowth version 1.0, installed by pip install pyfpgrowth in virtualenv python3.5
I want use pyfpgrowth to mining trajectory latitude data, such as 41.804068
41.802275
41.802275
41.802383
41.802383
41.802383
41.802756
41.802756
41.802756
41.802756
41.802756
41.802756
41.802756
41.80275
41.80275
41.80275
41.80275
41.80275
41.80275
input:8 pieces of gps location latitude data, with length 52, 44,39,72, 41, 40, 164, 189.
program is
patterns = pyfpgrowth.find_frequent_patterns(transactions, 2)
rules = pyfpgrowth.generate_association_rules(patterns, 0.7)
It used out 32GB memory, run in single thread, lasting 16 hours and still can not output , then I kill the process. Could anyone tell me how to do? I would appreciate for your valuable suggestion.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant