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
705 stars 197 forks source link

Separate saving from ModelBuilder #1102

Open wd60622 opened 3 weeks ago

wd60622 commented 3 weeks ago

The ModelBuilder class is hard to adapt with many abstract methods. It would be nice to isolate the save and loading more closely. This might be a mixin in itself.

juanitorduz commented 2 weeks ago

100% ! Do you wanna give it a shot ? :D (I really like your designs)