Skip to content
This repository was archived by the owner on Mar 20, 2026. It is now read-only.

burning-cost/insurance-demand

Repository files navigation

insurance-demand — Deprecated

This package has been superseded by insurance-optimise.

All functionality — ConversionModel, RetentionModel, ElasticityEstimator, DemandCurve, OptimalPrice, OptimisationResult, and ENBPChecker — is now part of insurance-optimise under the insurance_optimise.demand subpackage.

Migration

pip install insurance-optimise
# Before
from insurance_demand import ConversionModel, RetentionModel, DemandCurve

# After
from insurance_optimise.demand import ConversionModel, RetentionModel, DemandCurve

This repository is archived and will not receive further updates.

Packages

 
 
 

Contributors