How does utils.summary_data_from_transaction_data calculate monetary value? #1243
Unanswered
gititinyoursoul
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
Hey, this is the lifelines repo, not the lifetimes repo |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
in the documentation it explicitly says: '(monetray_value) is equal to the sum of all a customer’s purchases divided by the total number of purchases. Note that the denominator here is different than the frequency described above'.
After some confusion, I found that to be not true and the utility function divides the sum of all a customer’s purchases by the frequency count.
Is this the documentation not correct?
Beta Was this translation helpful? Give feedback.
All reactions