Skip to content

mrinmoy29a/Apriori-Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Apriori-Algorithm

A python2 implementation of Apriori algorithm for mining frequent patterns from datasets.

Instructions

You can run the script directly from command line.

 python apriori.py filename minsupport minconfidence

Or you will be prompted to send inputs from interface.

Source

An overview of Association Rule Mining can be found here: https://en.wikipedia.org/wiki/Association_rule_learning

The example dataset chess.dat was taken from http://fimi.ua.ac.be/. More datasets can be found here.

Based on the paper Fast algorithms for mining association rules by Rakesh Agrawal and Ramakrishnan Srikant.

About

A python implementation of Apriori algorithm for mining frequent patterns from datasets

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages