This repository has been archived by the owner on Jul 21, 2024. It is now read-only.
BTYD v0.1beta3
Pre-release
Pre-release
0.1beta3
ModBetaGeoModel
Bayesian implementation of Modified BG/NBD model added.- Added
conditional_probability_of_being_alive_up_to_time
toParetoNBDFitter
. - Removed CSV model persistence and added a validation check for loading models from JSON files.
- Removed
dill
dependency for persistingfitters
models. Added by mopatches in #65. - Converted
_check_inputs
into a static method and added a validation check for 'frequency < T'. - Converted
_dataframe_parser
from a static method and removed unnecessary_check_inputs
call. - Removed direct imports for
BaseModel
andPredictMixin
.