Found 4,743 repositories(showing 30)
Nikhilkohli1
This contains projects based on Algorithmic Marketing like Marketing Mix Modeling, Attribution Modeling & Budget Optimization, RFM Analysis, Customer Segmentation, Recommendation Systems, and Social Media Analytics
rsquaredacademy
Customer Segmentation using RFM Analysis
No description available
Nikhilkohli1
Algorithmic Marketing based Project to do Customer Segmentation using RFM Modeling and targeted Recommendations based on each segment
sonwanesuresh95
Python Package for RFM Analysis and Customer Segmentation
optiflow
Unsupervised Clustering on Online Retail Dataset
daniel-isidro
Customer Segmentation Analysis with RFM, using Python and Power BI.
DionysiosZelios
RFM (Recency, Frequency, Monetary) analysis is a proven marketing model for behavior based customer segmentation. It groups customers based on their transaction history – how recently, how often and how much did they buy. RFM helps divide customers into various categories or clusters to identify customers who are more likely to respond to promotions and also for future personalization services.
sai-krishna-msk
Customer Segmentation, RFM analysis and price elasticity
Tubsamon
To describe (step by step) how to create a dashboard in Power BI for CRM (such as CLV, RFM, customer segmentation, and Cohort, etc.) and share it with Medium.
nandhini-1402
This code performs customer segmentation using RFM (Recency, Frequency, Monetary) analysis. It creates an RFM dataframe, determines optimal clusters with k-means, and orders clusters from worst to best. Customers are segmented into high, mid, and low value groups and visualized in a 3D plot for better marketing strategies.
Context A real online retail transaction data set of two years. Content This Online Retail II data set contains all the transactions occurring for a UK-based and registered, non-store online retail between 01/12/2009 and 09/12/2011.The company mainly sells unique all-occasion gift-ware. Many customers of the company are wholesalers. Column Descriptors InvoiceNo: Invoice number. Nominal. A 6-digit integral number uniquely assigned to each transaction. If this code starts with the letter 'c', it indicates a cancellation. StockCode: Product (item) code. Nominal. A 5-digit integral number uniquely assigned to each distinct product. Description: Product (item) name. Nominal. Quantity: The quantities of each product (item) per transaction. Numeric. InvoiceDate: Invice date and time. Numeric. The day and time when a transaction was generated. UnitPrice: Unit price. Numeric. Product price per unit in sterling (£). CustomerID: Customer number. Nominal. A 5-digit integral number uniquely assigned to each customer. Country: Country name. Nominal. The name of the country where a customer resides. Acknowledgements Here you can find references about data set: https://archive.ics.uci.edu/ml/datasets/Online+Retail+II and Relevant Papers: Chen, D. Sain, S.L., and Guo, K. (2012), Data mining for the online retail industry: A case study of RFM model-based customer segmentation using data mining, Journal of Database Marketing and Customer Strategy Management, Vol. 19, No. 3, pp. 197-208. doi: [Web Link]. Chen, D., Guo, K. and Ubakanma, G. (2015), Predicting customer profitability over time based on RFM time series, International Journal of Business Forecasting and Marketing Intelligence, Vol. 2, No. 1, pp.1-18. doi: [Web Link]. Chen, D., Guo, K., and Li, Bo (2019), Predicting Customer Profitability Dynamically over Time: An Experimental Comparative Study, 24th Iberoamerican Congress on Pattern Recognition (CIARP 2019), Havana, Cuba, 28-31 Oct, 2019. Laha Ale, Ning Zhang, Huici Wu, Dajiang Chen, and Tao Han, Online Proactive Caching in Mobile Edge Computing Using Bidirectional Deep Recurrent Neural Network, IEEE Internet of Things Journal, Vol. 6, Issue 3, pp. 5520-5530, 2019. Rina Singh, Jeffrey A. Graves, Douglas A. Talbert, William Eberle, Prefix and Suffix Sequential Pattern Mining, Industrial Conference on Data Mining 2018: Advances in Data Mining. Applications and Theoretical Aspects, pp. 309-324. 2018. Inspiration This is Data Set Characteristics: Multivariate, Sequential, Time-Series, Text
A Repository Maintaining My Summer Internship Work At Datalogy As A Data Science Intern Working On Customer Segmentation Models Using Heirarchical Clustering, K-Means Clustering And Identifying Loyal Customers Based On Creation Of Recency, Frequence, Monetary (RFM) Matrix.
deepansh27
By means of this project I am trying to create a value-based customer segmentation model using RFM(Recency, Frequency, Monetary) analysis in python using pandas, numpy and matplotlib
enessoztrk
No description available
serhatyazicioglu
No description available
Anavh
Data Analysis with Python - Customer Segmentation ( RFM Analysis) - Power BI Dashboard - Tableau Dashboard
DwarakanadhKopuri
Introduction In ecommerce companies like online retails, customer segmentation is necessary in order to understand customers behaviors. It leverages aqcuired customer data like the one we have in our case, transactions data in order to divide customers into groups. Our goal in this Notebook is to cluster our customers to get insights in: Increasing revenue (Knowing customers who present most of our revenue) Increasing customer retention Discovering Trends and patterns Defining customers at risk We will do RFM Analysis as a first step and then combine RFM with predictive algorithms (k-means). RFM Analysis answers these questions: Who are our best customers? Who has the potential to be converted in more profitable customers? Which customers we must retain? Which group of customers is most likely to respond to our current campaign? More about RFM here.
mesudepolat
customer segmentation with rfm
No description available
kkairu
Simple Customer Segmentation Using Recency/Monetary Matrix (RFM) in Python
mustafaa7med
This project focuses on customer segmentation using RFM (Recency, Frequency, Monetary) analysis, a proven method for identifying and categorizing customers based on their purchasing behavior.
mursideyarkin
Examining the purchasing habits of customers and segmenting according to these habits.
fvanheer
Basic RFM model to kickstart customer value segmentation. This project aims to guide the first time user to have a bouncing board into setting up their first segmentation model.
etzimopoulos
Customer Segmentation using RFM analysis
DataSorcerer
Customer Segmentation for an online retail store based on Recency - Frequency - Monetary value (RFM) model, using unsupervised K-means clustering
odiditracy
The more effectively we understand our customers, the more likely it is that we will raise brand/product awareness, sales, and ROI. This project is focused on segmenting our client base into categories that, among other things, reflect their purchasing power and pinpointing key commercial prospects.
nazlisener
No description available
ShakeelRaja
Marketing analysis using RFM analaysis, unsupervised clustering for automatic customer segmentation and association rules
mallikarjunyadav27
RFM (Recency, Frequency, Monetary) analysis is a proven marketing model for behavior based customer segmentation. It groups customers based on their transaction history – how recently, how often and how much did they buy. RFM helps divide customers into various categories or clusters to identify customers who are more likely to respond to promotion.