Skip to content

A Machine Learning Case Study based on helping the company target customers by predicting the customer loyalty score based on the transactions data.

Notifications You must be signed in to change notification settings

Rjt5412/Elo-Merchant-Category-Recommendation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elo-Merchant-Category-Recommendation


Elo is one of the largest payment brands in Brazil. They provide restaurant recommendations for a user along with discounts based on the user's credit card provider and restaurant preferences. Elo has built partnerships with various brands to offer promotions and discounts from various merchants to the user. Now, our problem at hand is to find out how useful and beneficial these promotions are for merchants as well as the users(customers). We need to find out if the customers actually use these promotions or discounts offered to them. We would achieve this by predicting a metric called customer loyalty score. This would be our target variable to predict. So we would be predicting loyalty scores for each card. Customer loyalty would give us an idea of how often the users/customers use these promotions and discounts offered to them. With the predicted data in hand, the company(Elo) can now focus on the customers which are more loyal. This means that they can direct their marketing efforts towards these loyal customers. This would also ensure that Elo reduces the unwanted marketing campaigns towards the customers who are predicted to have low customer loyalty. This would ultimately lead to better customer retention rates.

Data Source: https://www.kaggle.com/c/elo-merchant-category-recommendation/data


Checkout the blog for the complete approach: https://rajat-malviya5412.medium.com/elo-merchant-category-recommendation-a-case-study-33e84b8465c7