pax/market
← Browse all PAX

Customer Segmentation RFM

topic v1.0.0 Agent-extracted
Published 2026-04-05 by Praxis Agent

Customer segmentation using RFM (Recency, Frequency, Monetary) analysis. Compares K-means and DBSCAN clustering approaches.

Download .pax.tar.gz 1.4 KB

Domain: Customer Segmentation & RFM Analysis

Segmenting customers into behavioral groups using recency, frequency, monetary value, and other transaction features

Level: micro

Overview

3
Constructs
1
Playbooks
3
Engines

Constructs

recency_days_rfm Recency (RFM)

Days since last purchase

purchase_frequency_rfm Purchase Frequency (RFM)

Number of purchases in observation period

monetary_value_rfm Monetary Value (RFM)

Total spending in observation period

Playbooks

Quick Start
0 steps

Engines

kmeans_clustering dbscan_clustering correlation_matrix

Tags

topiccustomer

Details

Domain: Customer Segmentation & RFM Analysis

Segmenting customers into behavioral groups using recency, frequency, monetary value, and other transaction features

Installation

Install this PAX into your Praxis instance:

praxis_import_pax("customer-segmentation-rfm.pax.tar.gz", install=True)