mftnakrsu / CRM-RFM-Analysis

CRM-RFM-Analysis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Customer Segmentation with RFM

Project Introduction

Welcome to the "Customer Segmentation with RFM" project! In this project, we aim to demonstrate the process of customer segmentation using RFM analysis, a valuable technique for marketing and business strategy.

Project Goals

  • Segment the e-commerce company's customers into meaningful groups.
  • Develop targeted marketing strategies based on these customer segments.
  • Gain insights into customer behavior and preferences.

This project will guide you through the steps of data understanding, preparation, RFM metrics calculation, and the creation of RFM segments. It will provide you with valuable insights into the dataset and demonstrate the power of RFM analysis in improving marketing efforts.

RFM Analysis

Let's get started with the project steps!

Project Steps

  1. Business Problem
  2. Data Understanding
  3. Data Preparation
  4. Calculating RFM Metrics
  5. Calculating RFM Scores
  6. Creating & Analysing RFM Segments
  7. Functionality of the Whole Process

Dataset Story

An e-commerce company wants to segment its customers and determine marketing strategies based on these segments.

The dataset, named Online Retail II, includes the sales of an online retail store based in the UK between 01/12/2009 and 09/12/2011.

Data Source

Download the dataset here

Features

  • InvoiceNo: Invoice number. A unique number for each transaction or invoice. If it starts with 'C', it's a canceled transaction.
  • StockCode: Product code. A unique number for each product.
  • Description: Product name.
  • Quantity: Product quantity. Indicates how many of each product were sold in invoices.
  • InvoiceDate: Invoice date and time.
  • UnitPrice: Product price (in GBP).
  • CustomerID: Unique customer number.
  • Country: Country name. The country where the customer resides.

How to Use

  • Clone the project to your local machine.
  • Use pip install -r requirements.txt to install the necessary dependencies.
  • Run the main analysis file: python main.py.

Contributing

If you would like to contribute, please submit a "Pull Request" or open an "Issue." Contributions are welcome!

License

This project is open-source and licensed under the MIT License.

About

CRM-RFM-Analysis

License:MIT License


Languages

Language:Python 100.0%