pymc-labs / pymc-marketing

Bayesian marketing toolbox in PyMC. Media Mix (MMM), customer lifetime value (CLV), buy-till-you-die (BTYD) models and more.
https://www.pymc-marketing.io/
Apache License 2.0
683 stars 190 forks source link

`clv_summary` Enhancements #469

Closed ColtAllen closed 8 months ago

ColtAllen commented 9 months ago

The clv_summary function is the primary data preprocessing step for BetaGeoModel, ParetoNBDModel, and GammaGammaModel. It has several shortcomings:

ricardoV94 commented 8 months ago

@ColtAllen is this one done, or that extra column still needed?

ColtAllen commented 8 months ago

@ColtAllen is this one done, or that extra column still needed?

I plan to open a PR for an rfm_segmentation utility in the near future. We can just apply the column transformation within that function, because I'd rather not add an unnecessary column to the rfm_summary output.