Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mftnakrsu/crm-rfm-analysis

CRM-RFM-Analysis
https://github.com/mftnakrsu/crm-rfm-analysis

ai crm data data-analysis data-science deep-learning machine-learning python rfm rfm-analysis

Last synced: 8 days ago
JSON representation

CRM-RFM-Analysis

Awesome Lists containing this project

README

        

# 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](https://archive.ics.uci.edu/ml/datasets/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](https://archive.ics.uci.edu/ml/datasets/Online+Retail+II)

## 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](LICENSE).