lifetimes icon indicating copy to clipboard operation
lifetimes copied to clipboard

Lifetime value in Python

Results 113 lifetimes issues
Sort by recently updated
recently updated
newest added

Any ideas what might be going on? Or more likely, what I've done wrong... Main parts of the error below. Thanks! Raised by `BaseFitter._fit()`: `ConvergenceError: The model did not converge....

version issues

This PR adds a check to BaseFitter.summary, so it raises a ValueError if fit hasn't been run, and property checks won't fail for children like ParetoNBDFitter that lack members standard_errors_,...

Since this is a very frequently requested feature, this issue was created to foment the development of **MCMC** (Markov Chain Monte Carlo Methods) implementations of the so far analytical models...

docs
new feature suggestion

# Problem Holdout monetary value (monetary_value_holdout) calculated in calibration_and_holdout_data method in utils.py doesn't seem right and it gives very low holdout monetary values. # Why This is probably because we...

Hi, **q1)** I read about Recency, Frequency and Monetary technique and I see that a customer worth is determined by his total revenue that company achieved from a specific customer....

![image](https://user-images.githubusercontent.com/7208012/166944376-6aaf3cc4-e456-41ef-94ac-bd5bf52f6842.png) I can't really agree with the monetary value here. So if only single transaction happens, the first one is omitted? And monetary value = 0?

Issue #331 Extend BG/NBD model with Time-Invariant Covariates

new feature suggestion

Hi, First, thanks for the great efforts and amazing work. I have looked through the (well-written) documentation and I have not found other CLV variations models such as the periodic...

## Context Currently, I'm using three models for CLV analysis and generating `calibration_purchases_vs_holdout_purchases` for comparison. I thought that it might be a good idea to display the model name in...

code improvement