diff --git a/README.md b/README.md index 393efc6..9865b6d 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ The notebooks can be used to perform *aggregated* analysis of the customer popul * Sentiment Analysis Using Basic Transformers ([notebook](https://github.com/ikatsov/tensor-house/blob/master/marketing-analytics/sentiment-analysis.ipynb)) * Virtual Focus Groups Using LLMs ([notebook](https://github.com/ikatsov/tensor-house/blob/master/marketing-analytics/virtual-focus-groups.ipynb)) * Customer Behavior Analytics and Embeddings - * Recency, Frequency, and Monetary Value (RFM) Analysis of Customer Orders/Transactions ([notebook](https://github.com/ikatsov/tensor-house/blob/master/marketing-analytics/rfm-analysis.ipynb)) (🧪) + * Recency, Frequency, and Monetary Value (RFM) Analysis of Customer Purchases ([notebook](https://github.com/ikatsov/tensor-house/blob/master/marketing-analytics/rfm-analysis.ipynb)) (🧪) * Analysis of Customer Behavior Patterns Using LSTM/Transformers ([notebook](https://github.com/ikatsov/tensor-house/blob/master/marketing-analytics/behavior-patterns-analytics-lstm.ipynb)) * Item2Vec Using Word2vec ([notebook](https://github.com/ikatsov/tensor-house/blob/master/marketing-analytics/item2vec.ipynb)) * Customer2Vec Using Doc2vec (notebooks: [simulator](https://github.com/ikatsov/tensor-house/blob/master/marketing-analytics/customer2vec-prototype.ipynb), [prototype](https://github.com/ikatsov/tensor-house/blob/master/marketing-analytics/customer2vec.ipynb)) diff --git a/marketing-analytics/rfm-analysis.ipynb b/marketing-analytics/rfm-analysis.ipynb index 2e2524b..417e54b 100644 --- a/marketing-analytics/rfm-analysis.ipynb +++ b/marketing-analytics/rfm-analysis.ipynb @@ -3,7 +3,7 @@ { "cell_type": "markdown", "source": [ - "# Recency, Frequency, and Monetary Value Analysis of Customer Orders/Transactions\n", + "# Recency, Frequency, and Monetary Value Analysis of Customer Purchases\n", "\n", "This notebook provides a template for performing Recency, Frequency, and Monetary Value (RFM) analysis based on customer purchases (orders, transactions, etc.).\n", "\n",