Skip to content

This repository contains the implementation of association rule learning algorithms in Machine Learning.

Notifications You must be signed in to change notification settings

manvimadandotai/Market-Basket-Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Market-Basket-Analysis

This project aims at performing Market Basket Analysis using arules library in R.

Motivation

The motivation was to explore the association rule mining algorithms and determine frequent item sets in the dataset. Another goal was to compare the performance of the two famous association rule mining algorithms - apriori and eclat.

Prerequisites

RStudio

R

Packages Used

arules

You can install the package from CRAN as follows:

install.packages("arules")

License

MIT

About

This repository contains the implementation of association rule learning algorithms in Machine Learning.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages