Frequently bought together items is a widely used recommendation engine that shows the users what items were bought with a particular purchased item. The recommendation is usually the top most purchased together permutation. This is often seen at the time of purchase to encourage a user to increase their cart value.
I thought it would be interesting to try to replicate this in Power BI using Python. I used the Itertools library in Python and visualized this in Power BI to mimic what you normally see in Amazon.
This provides all the permutations of item in a basket.
You can find the files here on Github:
github.com/Gaelim/Populatiry-Engine
#Python
#PowerBI
#Recommendations
#FrequentlyBoughtTogether
コメント