Skip to content

rohith203/AssociationRuleMining

Repository files navigation

Association Rule Mining

Executing the files:

Run the following script in the command line:

>>python apriori.py

>>python fp_tree.py

First it outputs the frequent itemsets and then the association rules corresponding to minimum support and confidence values.

Rules Example output:

Frequent itemsets Example output:

The output of the 3 different support and confidence values are in the output folders of the respective algorithms.

About

Implementation of Apriori and FP tree algorithms.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages