Recommendation Engines-Using Apriori Algorithm
This experiment uses the approach of an Apriori algorithm to implement association rules using a custom R script on the Instacart dataset.
[Instacart][1] from Kaggle is a dataset used for Market basket analysis. The relevant data tables are imported and the apriori algorithm is implemented using R
to develop a web service capable of making recommendations from user transactions.
[1]: https://www.kaggle.com/c/instacart-market-basket-analysis