Skip to content

xcircle/datamining_attachingRules

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

datamining_attachingRules

Introduction

This is a simple Implement of Apriori in python.

file

winemag-data-130k-v2.csv is my data which is a list of wine parameters.
apriori.py is my code which rely on python2.

prePocesses

As Apriori requires a lot of time to process with the grows of data numbers,I deside to cut the data to retain 1000 items in there so that my algorism can finish with in 1s.

result

I set the minSupport = 0.15 and minConfidence = 0.6 and the result is like below:
image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages