Implementing Apriori algorithm in Python | Suggestion of Products Via Apriori Algorithm
code -
Apriori Algorithm was Proposed by Agrawal R, Imielinski T, Swami AN. Association rule mining is Proposed by Agrawal et al in 1993.
It is an important data mining model studied extensively by the database and data mining community. it Assume all data are categorical. No good algorithm for numeric data.
Initially used for Market Basket Analysis to find how items purchased by customers are related.
Topics covered
What is Apriori Algorithm