Skip to content

AIdjis/Apriori_Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.