-
Notifications
You must be signed in to change notification settings - Fork 314
Open
Labels
Description
The idea is to write a notebook with pure PyMC model(s) for each of these CLV scenarios. We can start with the Lifetime part (not-value yet), but ideally we will include value as well by the end. This might be a constant with time-decay penalty in the simplest cases.
Hopefully this will give us a good picture of the building blocks that are necessary for a minimum viable package, and can also serve as the base documentation. Overtime we would replace the custom PyMC code with imports from the CLV sub-package.
- Continuous Non-contractual Adding a distribution class for the continuous non-contractual setting #16
- Continuous Contractual Adding a distribution class for the continuous contractual setting #36
- Discrete Non-contractual (up for grabs)
- Discrete Contractual sBG model notebook for discrete/contractual setting #32