Related Experiment Video
Updated: Jan 12, 2026

Author Spotlight: Efficient Image Recognition Using Directional Gradient Histogram Technique and Support Vector Machines
Published on: January 5, 2024
From point to probabilistic gradient boosting for claim frequency and severity prediction.
Dominik Chevalier1, Marie-Pier Côté1
1École d'actuariat, Université Laval, 2425, rue de l'Agriculture, Québec, Qc G1V 0A6 Canada.
Gradient boosting decision tree algorithms offer superior actuarial prediction. This study unifies and compares 11 algorithms, finding LightGBM and XGBoostLSS excel in efficiency, while CatBoost and EGBM show strong predictive performance.
Area of Science:
- Actuarial Science
- Machine Learning
- Data Science
Background:
- Gradient boosting decision tree algorithms are increasingly favored in actuarial applications due to their superior predictive performance compared to traditional generalized linear models.
- Numerous enhancements to the initial gradient boosting machine algorithm have been developed.
Purpose of the Study:
- To present a unified notation and contrast existing point and probabilistic gradient boosting for decision tree algorithms.
- To conduct a comprehensive numerical comparison of these algorithms on actuarial datasets.
Main Methods:
- A comparative numerical study of eleven gradient boosting algorithms: GBM, XGBoost, DART, LightGBM, CatBoost, EGBM, PGBM, XGBoostLSS, cyclic GBM, and NGBoost.
- Evaluation on five public datasets for claim frequency and severity, considering variable sizes and high-cardinality categorical variables.
- Analysis of computational efficiency, predictive performance, and model adequacy, including handling varying exposure-to-risk in frequency models.
Main Results:
- LightGBM and XGBoostLSS demonstrated superior computational efficiency.
- CatBoost showed improved predictive performance, particularly with high-cardinality categorical variables.
- The interpretable EGBM achieved competitive predictive performance against black-box models.
Conclusions:
- No trade-off exists between model adequacy and predictive accuracy in gradient boosting algorithms; both can be achieved simultaneously.
- Algorithm choice impacts computational efficiency and predictive performance, especially concerning categorical variable handling in actuarial modeling.
Related Concept Videos
Testing a Claim about Standard Deviation
The hypothesis testing for the claim of population standard deviation (or variance) requires the data and samples to be random and unbiased. The population distribution also must be normal. There is no specific requirement on the sample size as the estimation is based on the chi-square distribution.
As a first step, the hypothesis (null and alternative) concerning the claim about...
Testing a Claim about Population Proportion
There are two methods of testing a claim about a population proportion: (1) Using the sample proportion from the data where a binomial distribution is approximated to the normal distribution and (2) Using the binomial probabilities calculated from the data.
The first method uses normal distribution as an approximation to the binomial distribution. The requirements are as follows: sample size is large...
Prediction Intervals
However, the point estimate is most likely not the exact value of the population parameter, but close to it. After calculating point estimates, we construct interval estimates, called confidence intervals or prediction intervals. This prediction interval comprises a range of values unlike the point estimate and is a better predictor of the observed sample value, y.
Testing a Claim about Mean: Known Population SD
Estimating a population mean requires the samples to be distributed normally. The data should be collected from the randomly selected samples having no sampling bias. The sample size needed to be higher than 30, and most importantly, the population standard deviation should be already known.
In most realistic situations, the population standard deviation is often unknown, but in rare circumstances, when it...
Expected Frequencies in Goodness-of-Fit Tests
Testing a Claim about Mean: Unknown Population SD
Estimating a population mean requires the samples to be approximately normally distributed. The data should be collected from the randomly selected samples having no sampling bias. There is no specific requirement for sample size. But if the sample size is less than 30, and we don't know the population standard deviation, a different approach is used;...
