This project aims at performing Market Basket Analysis using arules library in R.
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.
arules
You can install the package from CRAN as follows:
install.packages("arules")