Skip to content

A python code running with jupyter notebook or google colabs, implementing the Data Mining Associating rule with Apriori algorithm.

Notifications You must be signed in to change notification settings

fauzan1892/Apriori

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Apriori

A python code with jupyter notebook or google colabs, implementing the Data Mining algorithm - Apriori.

Apriori is an algorithm for frequent item set mining and association rule learning over relational databases. It proceeds by identifying the frequent individual items in the database and extending them to larger and larger item sets as long as those item sets appear sufficiently often in the database. The frequent item sets determined by Apriori can be used to determine association rules which highlight general trends in the database: this has applications in domains such as market basket analysis.

About

A python code running with jupyter notebook or google colabs, implementing the Data Mining Associating rule with Apriori algorithm.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published