asaini / Apriori

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

python3 support #17

Closed asaini closed 5 years ago

asaini commented 7 years ago

I've created a new python3 branch to start supporting the code in both 2.7 and 3.4. In the coming days I'll be doing some work to add python3 support

alonsopg commented 7 years ago

Thanks, could you provide a jupyter notebook with examples?.

foo123 commented 7 years ago

any news on this?

asaini commented 5 years ago

Closing. Script now supports python3 after #27