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

I trained a BGF fitter against 30 months of customer data. I held back 1 month of data. Look how amazing this fit appears: ![image](https://user-images.githubusercontent.com/17661001/99716106-b28c2000-2a75-11eb-9cd3-64705c33c1de.png) Then, I ran `plot_cumulative_transactions` and...

I can't find a Python package like BTYDplus

Do you support the Pareto/GGG model? See Pareto/GGG: Platzer, Michael, and Thomas Reutterer, *Ticking Away the Moments: Timing Regularity Helps to Better Predict Customer Activity*, Marketing Science (2016). [Implementation in...

theory
new feature suggestion

plot_expected_repeat_purchases does not accept max_frequency as a parameter. However, the description claimed it did. I erased the line in the description claiming max_frequency was a valid parameter.

Hello! I am following the steps taking by: https://towardsdatascience.com/whats-a-customer-worth-8daf183f8a4f with the same data set. However, for the probabilities of being alive I only get values of 1, instead of the...

What is n_period in the fit function? It says the number of transaction opportunities but it's not clear, Is it the same for everyone? make an example if you can....

Hi Team, What are the best practices around measuring the accuracy of a fitted BG/NBD model? We were using methods from the scikit library. Would the maintainers look favorably on...

I am getting terrible results for the `conditional_expected_number_of_purchases_up_to_time` function, predicting 31 days out. I'm trying out different penalizers for the `ModifiedBetaGeoFitter` and here are the results. Average frequency is 0.44....

Has anyone come across or written up a Python implementation of the [CBG/CNBD-K model](https://sites.google.com/site/michaelplatzer/stochastic-models-of-noncontractual-consumer-relationships/StochasticModelsofNoncontractualConsumerRelationships.pdf?attredirects=0) or the [Pareto/GGG](http://www.reutterer.com/papers/platzer&reutterer_pareto-ggg_2016.pdf)? It seems like their among the cutting edge of transaction models but I'm...

new feature suggestion

Dear all, i have RFM dataset with large value, ex: - [ex1.xlsx](https://github.com/CamDavidsonPilon/lifetimes/files/5186010/ex1.xlsx) When i use BG/NBD model i get error 'The model did not converge. Try adding a larger penalizer...