An implementation of the FP tree growth algorithm used in association rule mining. Developed in partial fulfilment for the Data Mining Course offered at my University.
Data set used: pima-indians-diabetes.
Pre-processed the data set for associative rule mining, pre-processed dataset, then applied the FP tree growth algorithm to form rules.
Please refer to documention.pdf file for details on how to run the code.