Skip to content

Finding Frequent Itemsets using SON with the Apriori Algorithm in Python and Scala.

Notifications You must be signed in to change notification settings

krishna555/FrequentItemsetsWithSONAlgorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

FrequentItemsetsWithSONAlgorithm

Finding Frequent Itemsets using SON with the Apriori Algorithm in Python and Scala.

  1. Implemented SON Algorithm with Apriori Algorithm to identify all possible combinations of frequent itemsets. Two tasks were implemented:

    1. Calculate the combinations of frequent businesses (as singletons, pairs, triples, etc.) that are qualified as “frequent” given a support threshold.

    2. Calculate the combinations of frequent users (as singletons, pairs, triples, etc.) that are qualified as “frequent” given a support threshold.

About

Finding Frequent Itemsets using SON with the Apriori Algorithm in Python and Scala.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published