EasyGLM
Fit insurance pricing GLMs, check model performance and export rating tables from a local browser workbench.
Install and open
Requires Python 3.10–3.14. Run in a terminal:
pip install --upgrade easy_glm
easy-glm-workbench
Your browser opens automatically. Keep the terminal open while you work. Restart the workbench after upgrading.
Build a model
- Load data. Open your file or try the French motor claim-frequency or Swedish motorcycle claim-cost example. Supports CSV, Parquet, Excel, Arrow/Feather and SAS files.
- Choose variables. Set the target, exposure/weight and predictors. Check for missing data, possible leakage and redundant predictors before fitting.
- Explore. See observed rates and exposure by variable.
- Fit. Choose a model family, training/holdout split, factor shapes and interactions, then click Fit model.
- Review. Check actual versus expected, lift, Gini and variable importance. Compare alternative models.
- Adjust. Smooth, cap/floor or edit relativities, then apply your changes. The original fit stays available for comparison.
Supports Poisson, Gamma, Tweedie, Gaussian, binomial and inverse Gaussian GLMs, with regularisation and two-stage interactions.
Export and keep your work
| Export | What you get |
|---|---|
| Excel | Applied rating tables |
Scorer (.easyglm) |
Applied rates for scoring new data |
| Project JSON | Model setup, applied adjustments and named snapshots |
| HTML report | Data summaries, importance, coefficient paths, rating factors and diagnostics |
| Python script | Reproduce the model from its source data |
Before closing, save the project JSON and scorer. Reopening a project requires its source data and a refit; fitted runs and session Undo are not saved in project JSON.
Already working in Python?
Open a pandas or Polars dataframe in the workbench:
import easy_glm
easy_glm.launch_workbench(data=df)
Workbench walkthrough · Python examples · Changelog
Why I built this
This started with my wish to port R's aglm to Python and give it a GUI. It's built primarily for my own pricing work and will probably have plenty of bugs, because… vibecode yo. Check the results before using them.
Release files for easy-glm 0.463
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| easy_glm-0.463.tar.gz | 644.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| easy_glm-0.463-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 1.1 MB
Release files / easy_glm-0.463.tar.gz
| Download URL | easy_glm-0.463.tar.gz |
|---|---|
| Size | 644.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
65924512f49944b356df678d2da5a30ef7e6a70a6022c6ed4b17b41df604108c
|
|
BLAKE2b-256 checksum How to use checksums |
7924f15e0577056182513226122e664798cf87cae66fe82c6b3a3a8622983ccb
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 11, 2026.
Transparency logRelease files / easy_glm-0.463-py3-none-any.whl
| Download URL | easy_glm-0.463-py3-none-any.whl |
|---|---|
| Size | 462.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
fe6c8738d722f98898d5ee5d21751c6ac5ff7acc41c852fa2c8cd31a7cd85168
|
|
BLAKE2b-256 checksum How to use checksums |
7534112f367b7cb2bc594b946788dfad1d6d0187369f3c086bd2cdd26bd943e1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 11, 2026.
Transparency log