Skip to content

James201311/Apriori

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Apriori

Association Rule mining using the Apriori Algorithm In this assignment, implement association rule mining using apriori algorithm. The starter kit for this assignment consists of: ● Data - the data for this has been obtained from https://github.com/luoyetx/Apriori/blob/master/data.csv ● Starter code - As in the previous assignment, a partially implemented Apriori.py class has been provided to you. Also, the parts involving reading files, etc have already been done for you. You are supposed to do the following: ● Study the get_rules method. For each of the variables that start with “var_”, suggest a more reasonable and describe the contents and the utility of the variable.

About

CSCI3151 Assignment1 - Apriori

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published