0.11.0
- Move most models (all but Pareto) to autograd for automatic differentiation of their likelihood. This results in faster (at least 3x) and more successful convergence, plus allows for some really exciting extensions (coming soon).
GammaGammaFitter
,BetaGeoFitter
,ModifiedBetaGeoFitter
andBetaGeoBetaBinomFitter
have three new attributes:confidence_interval_
,variance_matrix_
andstandard_errors_
params_
on fitted models is not longer an OrderedDict, but a Pandas SeriesGammaGammaFitter
can accept aweights
argument now.customer_lifelime_value
inGammaGamma
now accepts a frequency argument.- fixed a bug that was causing
ParetoNBDFitter
to generate data incorrectly.