Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 571 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 571 Bytes

Apriori_Algorithm implementation

implementation of Apriori algorithm using python3

requirments:

-To run the program you must install python 3.

-install pandas if its not already installed by type this command in command line:

   pip install pandas

run the code:

1-data.csv is comma separated values file contains exemple of dataset.

2-To run the code.py open a command line and type:

   python <path of code.py>

and enter minimun support that must be positive integer.

-The output will be the frequents items in the dataset.