Skip to content

fp tree is a data mining algorithm to mine rules form data sets.the project implements fp tree on a database related to diabities to get frequent item sets

Notifications You must be signed in to change notification settings

wsad1/fptree-diabities

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

fptree-diabities

fp tree is a data mining algorithm to mine frequent item sets form data. This project implements fp tree on a diabetes database.

The dataset contains 9 features , some of the features are continuous or have to many values we need to discretize them before applying the fp tree algorithm, an entropy based clustering is used for this.

after getting frequent item sets we apply apriori algorithm to obtain rules.

References: Book Ch 6 of Introduction to data Mining Pang,Seinbach,Kumar. Ch 3 of Machine Learning, Tom M Mitchell

About

fp tree is a data mining algorithm to mine rules form data sets.the project implements fp tree on a database related to diabities to get frequent item sets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages