Gradient Boosting Insurance
An ensemble machine learning technique building sequential decision trees widely used in insurance pricing, fraud detection, and churn prediction.
FAQs
- How do regulators view gradient boosting models in rate filings compared to traditional GLMs?
- Regulatory acceptance of gradient boosting in rate filings has grown significantly, but several states still express preference for more interpretable models or require additional documentation of variable selection rationale and actuarial support. SHAP-based explanation tools have helped bridge the interpretability gap. Working with the filing actuary early to document the actuarial basis for each variable is essential.
- Do gradient boosting models require more data than GLMs to perform reliably?
- Generally yes. Gradient boosting's flexibility is also a source of overfitting risk in small datasets. For niche coverages or specialty lines with limited claims history, a regularized GLM may generalize better than an aggressively tuned gradient boosting model. The choice should be validated through out-of-time testing rather than assumed.
- How do we produce adverse action explanations from a gradient boosting model?
- SHAP values provide individual-level feature contribution decompositions that can support adverse action notices by identifying the top factors increasing an individual's score relative to the average. The explanation methodology and its mapping to the required disclosure format should be reviewed by legal and compliance before deployment.
Related Terms
Feature Engineering
Selecting, transforming, and constructing input variables from raw data to improve predictive accuracy of machine learning models in insurance.
Model Governance
Policies, controls, and oversight processes managing the full lifecycle of predictive and AI models from development through retirement.
Real-Time Scoring
Running a predictive model instantly at a transaction point (quote, bind, FNOL), returning a risk score or decision within milliseconds.
Claims Severity Model
A model predicting the ultimate cost of an individual claim, used to set reserves, prioritize handling, and flag high-exposure files.
