Skip to content

binayab/Association-Rule-Mining

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

ARM

This jupyter notebook project was completed by me and my friend using the dataset from Kaggle.

The world Happiness 2017, which ranks 155 countries by their Happiness Levels was released at the UN
at an event celebrating International Day of Happiness on March 20th. The dataset in this lists happiness levels of people in those 155 countries.

We are using Association Rule Mining to find out what factor or feature is the most important in deciding the happiness levels.

The following shows the steps carried out in the Jupyter notebook:

  • The Jupyter notebook starts by reading the csv file
  • Data Cleaning
  • Making Histogram and Box Plots
  • Testing for Redundancies using Chi-Square Test
  • Checks Correlation between attributes
  • Dimensionality Reduction using PCA
  • Generating Features by first dividing data into two categories
  • Generating and Analyzing rules using Apriori

About

Using Apriori Algorithm to find features which are correlated.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published