Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mftnakrsu/crm-rfm-analysis
- Owner: mftnakrsu
- License: mit
- Created: 2023-10-21T09:45:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-01T14:04:35.000Z (about 1 year ago)
- Last Synced: 2024-11-22T00:53:33.338Z (2 months ago)
- Topics: ai, crm, data, data-analysis, data-science, deep-learning, machine-learning, python, rfm, rfm-analysis
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
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).