apriori-python icon indicating copy to clipboard operation
apriori-python copied to clipboard

Many issues

Open munger100 opened this issue 10 years ago • 0 comments

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.

munger100 avatar Dec 27 '15 12:12 munger100