You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expanding clv.utils.clv_summary() for seasonality periods (and transactions within those periods) demands considerable pandas knowledge and will be the hardest part of this. Prophet might be a useful codebase for ideas. For the models themselves, hopefully logp can be wrapped in a pytensor.switch() statement to go back & forth between the high/low/etc. seasons.
The text was updated successfully, but these errors were encountered:
Section 6 in https://www.brucehardie.com/notes/040/time-varying_covariates_in_BGNBD.pdf describes how
BetaGeoModel
can be extended to account for seasonality. I'm pretty sure this same methodology can be applied to theParetoNBDModel
and other models. Not gonna lie though - this will be involved and span multiple PRs.Expanding
clv.utils.clv_summary()
for seasonality periods (and transactions within those periods) demands considerablepandas
knowledge and will be the hardest part of this. Prophet might be a useful codebase for ideas. For the models themselves, hopefullylogp
can be wrapped in apytensor.switch()
statement to go back & forth between the high/low/etc. seasons.The text was updated successfully, but these errors were encountered: