Replies: 2 comments
-
I guess the |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hey @jacktang,
Unique transaction IDs could work in this case, but these are not provided in the raw data. Hope this helps. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am learning CLV tutorial (https://www.pymc-marketing.io/en/stable/notebooks/clv/clv_quickstart.html), and I am confused about below code:
Why the
customer_id
is notcustomer_1516['customer_id']
. When I set it tocustomer_1516['customer_id']
, the codep_alive = bgm.expected_probability_alive(data=customer_1516_history)
throws duplicated customer_id error. So how can I understand the customer_id should be unique in customer history?Beta Was this translation helpful? Give feedback.
All reactions