Domain: Customer Segmentation & RFM Analysis
Segmenting customers into behavioral groups using recency, frequency, monetary value, and other transaction features
Customer segmentation using RFM (Recency, Frequency, Monetary) analysis. Compares K-means and DBSCAN clustering approaches.
Segmenting customers into behavioral groups using recency, frequency, monetary value, and other transaction features
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
Domain: Customer Segmentation & RFM Analysis
Segmenting customers into behavioral groups using recency, frequency, monetary value, and other transaction features
Install this PAX into your Praxis instance:
praxis_import_pax("customer-segmentation-rfm.pax.tar.gz", install=True)