crncck / Apriori-Algorithm

Implementation of Apriori algorithm with Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Apriori-Algorithm

Description

Apriori is an algorithm for mining frequent itemsets and generating association over items.


Structure

Apriori-Algorithm

​ │── Outputs

​ │ └── txt_output.png

​ │ └── txt_output.txt

​ │ └── xlsx_output.png

​ │ └── xlsx_output.txt

​ │── Apriori.py

​ │── README.md

​ │── Transactions.txt

​ │── Transactions.xlsx

​└── requirement.txt


About

Implementation of Apriori algorithm with Python


Languages

Language:Python 100.0%