/FP_Growth_Algorithm

implementation of fp_growth algorithm using python3

Primary LanguagePython

FP_Growth_Algorithm implementation

implementation of fp_growth 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 data.

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 data.