lifetimes icon indicating copy to clipboard operation
lifetimes copied to clipboard

On the Development of MCMC Models

Open psygo opened this issue 4 years ago • 5 comments

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 inside the lifetimes library.

If you can, please collaborate with (non-exhaustive list that will be edited in the future):

  • References
    • Other libraries' implementations.
  • Articles
  • Pseudo or Actual Code
  • Other Issues with Related Content
    • #168

psygo avatar Aug 22 '19 15:08 psygo

pydata Seattle 2017: Implementing and Training Predictive Customer Lifetime Value Models in Python Found this talk insightful. Unfortunately the code has been recently removed from github.

Will try to reproduce and add a notebook soon! 👍

zdhiman avatar Oct 28 '19 09:10 zdhiman

@1dhiman please post when you do!

romanoww avatar Nov 19 '19 14:11 romanoww

@1dhiman , is the notebook at this repo the one that you are referring to?

https://github.com/jrgauthier01/oreilly-intro-to-predictive-clv

sophia-wright-blue avatar Jan 09 '20 17:01 sophia-wright-blue

@psygo , can you provide more details on the MCMC functionality that you'd like to add as a feature?

sophia-wright-blue avatar Jan 09 '20 17:01 sophia-wright-blue

@sophia-wright-blue I've been working on a new modeling backend based on the MCMC functionality of pymc in my fork for lifetimes, and I just now posted the PR:

https://github.com/ColtAllen/lifetimes/pull/24

ColtAllen avatar Jun 10 '22 12:06 ColtAllen