Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

Problem Statement

Predict the list of two other items/products which are frequently bought
together whenever an item/product is added to the cart.

Solution which I will like to see:


1) The recommendation system should take into account the previous
purchases of the user (purchases made by the same user in the past).

2) The recommendation system should take into account the items


purchased by other users in the same transaction (products purchased in
the same transaction should have the same transaction_id) when they
were purchasing the product added by our user to his cart.

3) The recommendation system should use the product descriptions of the


various products. When I add a mug to my cart, I should be
recommended other mugs which are being sold.

The final two recommended products should contain a mix (using some
criteria) of all these three systems. The best two products should be
recommended.

You might also like