Skip to content

Commit

Permalink
Documentation fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ikatsov committed Jan 24, 2024
1 parent 17c6dd3 commit a8ebefd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
2 changes: 1 addition & 1 deletion marketing-analytics/rfm-analysis.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit a8ebefd

Please sign in to comment.