Metadata-Version: 2.4
Name: insurance-ebm
Version: 0.2.0
Summary: Deprecated. Use insurance-gam instead.
Project-URL: Homepage, https://github.com/burning-cost/insurance-ebm
Project-URL: Repository, https://github.com/burning-cost/insurance-ebm
Author-email: Burning Cost <pricing.frontier@gmail.com>
License: MIT
License-File: LICENSE
Keywords: EBM,actuarial,explainable boosting,insurance,interpretML,pricing
Classifier: Development Status :: 7 - Inactive
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.9
Requires-Dist: insurance-gam>=0.1.0
Description-Content-Type: text/markdown

# insurance-ebm — Deprecated

This package has been superseded by [insurance-gam](https://github.com/burning-cost/insurance-gam).

All functionality from insurance-ebm — the `InsuranceEBM` wrapper, `RelativitiesTable`, `Diagnostics`, `MonotonicityEditor`, and `GLMComparison` — is now part of insurance-gam under the `insurance_gam.ebm` subpackage. The source code was merged verbatim.

## Migration

```bash
pip install insurance-gam
```

```python
# Before
from insurance_ebm import InsuranceEBM, RelativitiesTable

# After
from insurance_gam.ebm import InsuranceEBM, RelativitiesTable
```

This repository is archived and will not receive further updates.
