0.2.0
What's Changed
Major Changes 🛠
- MMM models follow a new "scikit-learn"-like API and can be saved and loaded by @michaelraczycki in #309
- CLV models API changed. They can now also be saved and loaded by @michaelraczycki in #298
New Features 🎉
- Improve MMM contribution plots by @juanitorduz in #313
- Add
ParetoNBDModel
by @ColtAllen in #312 ParetoNBDModel
population distribution sampling and save/load test by @ColtAllen in #327
Documentation 📖
- Add prior Specification to MMM Notebook Example by @juanitorduz in #290
- Add model deployment notebook by @michaelraczycki in #324
Maintenance 🔧
- Vectorize
rng_fn
in CLV distribution classes by @larryshamalama in #230 - Add a
BaseDelayedSaturatedMMM
class with no preprocessing steps by @lucianopaz in #281 - Allow custom priors of the
BaseDelayedSaturatedMMM
model by @juanitorduz in #286 - Add method to sample
BetaGeo
population parameters by @wd60622 in #303 - Drop support for python 3.8 by @michaelraczycki in #331
Full Changelog: 0.1.1...0.2.0