Modeling Insurance Claim Severity
An illustrative guide to model insurance claim severity using generalized linear models in Python & R
Objective
I am sure most of us started our analytics journey by building a linear regression with a small sample of data, where the response variable follows a beautiful bell-shaped normal distribution. In the…