Skip to content
This repository has been archived by the owner on Jul 21, 2024. It is now read-only.

BTYD v0.1beta3

Pre-release
Pre-release
Compare
Choose a tag to compare
@ColtAllen ColtAllen released this 08 Nov 17:34
· 34 commits to main since this release
8130450

0.1beta3

  • ModBetaGeoModel Bayesian implementation of Modified BG/NBD model added.
  • Added conditional_probability_of_being_alive_up_to_time to ParetoNBDFitter.
  • Removed CSV model persistence and added a validation check for loading models from JSON files.
  • Removed dill dependency for persisting fitters 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 and PredictMixin.