ColtAllen / btyd

Buy Till You Die and Customer Lifetime Value statistical models in Python.
https://btyd.readthedocs.io/
Apache License 2.0
114 stars 9 forks source link

Support pickle #63

Closed mopatches closed 2 years ago

mopatches commented 2 years ago

The Fitters' save_model and load_model use dill. Using pickle is a better option as it's part of the standard library and doesn't require all save and load use cases to be file based.