- fixed many of the numpy warnings as the result of fitting
- added optional
initial_paramsto all models - Added
conditional_probability_of_n_purchases_up_to_timetoParetoNBDFitter - Fixed a bug in
expected_cumulative_transactionsandplot_cumulative_transactions
- adding new
save_modelandload_modelfunctions to all fitters. This will save the model locally as a pickle file. observation_period_endinsummary_data_from_transaction_dataandcalibration_and_holdout_datanow defaults to the max date in the dataset, instead of current time.- improved stability of estimators.
- improve Runtime warnings.
- All fitters are now in a local file. This doesn't change the API however.