asaini / Apriori

Python Implementation of Apriori Algorithm for finding Frequent sets and Association Rules
MIT License
771 stars 435 forks source link

Python3 support #3

Closed leafonsword closed 4 years ago

leafonsword commented 10 years ago

I use 2to3 tool to convert origin file to python3 support,and test Ok in python3.4 and pypy3

asaini commented 4 years ago

python3 branch now exists. Closing this PR