Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 327 Bytes

File metadata and controls

2 lines (2 loc) · 327 Bytes

Association-Rule-Mining-in-R-and-Python

The business problem here is to optimize the sales of the products in a grocery store. The Market_Basket_Optimization dataset consists of 7500 transactions of all the different customers that bought a basket of products during a whole week. Apriori and Eclat algorithms are used here.