timothyasp / apriori-python

Association Rules Mining
94 stars 71 forks source link

Many issues #2

Open munger100 opened 8 years ago

munger100 commented 8 years ago

Code not optimized for python3... Example: print value should be print(value), dict.iteritems() should be replaced by dict.items(). And in the end, i got no rules with my value.csv file, and just got some index out of range error in with your default value file.