https://github.com/DeutscheAktuarvereinigung/claim_frequency
GLM, Neural Network and Gradient Boosting for Insurance Pricing, Part 1: Claim Frequency
https://github.com/DeutscheAktuarvereinigung/claim_frequency
actuaries claim-frequency glm gradient-boosting insurance insurance-pricing neural-network
Last synced: 5 months ago
JSON representation
GLM, Neural Network and Gradient Boosting for Insurance Pricing, Part 1: Claim Frequency
- Host: GitHub
- URL: https://github.com/DeutscheAktuarvereinigung/claim_frequency
- Owner: DeutscheAktuarvereinigung
- License: gpl-3.0
- Created: 2020-04-27T07:28:50.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-18T07:56:42.000Z (over 4 years ago)
- Last Synced: 2024-08-09T02:17:31.297Z (8 months ago)
- Topics: actuaries, claim-frequency, glm, gradient-boosting, insurance, insurance-pricing, neural-network
- Language: Jupyter Notebook
- Homepage:
- Size: 1.31 MB
- Stars: 9
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - DeutscheAktuarvereinigung/claim_frequency - GLM, Neural Network and Gradient Boosting for Insurance Pricing, Part 1: Claim Frequency (Jupyter Notebook)
README
# claim_frequency
GLM, Neural Network and Gradient Boosting for Insurance Pricing, Part 1: Claim FrequencyWhat are the benefits of neural networks for motor tariffing? To answer this question, claim frequencies are modeled and predicted for a large French motor third party liability insurance portfolio. In a first classical approach generalized linear models (GLM) as well as their mixed model cousin (GLMM) are used. Then this approach is extended to deep artificial neural networks and the novel combined actuarial neural net (CANN) is used in the implementation of Schelldorfer and Wüthrich (2019). Subsequently decision-tree-based model ensembles (eXtreme Gradient Boosting, "XGBoost") are applied and the models examined. In addition, questions of tariff structures and model stability are regarded and cross-validation is carried out. It is shown that deep neural networks as well as decision tree based model ensembles can be used at least for the improvement of classical models. Furthermore, XGBoost models prove to be the superior forecasting models, taking into account the tariff system.
_________________________________________________________________________________________________________
The German Association of Actuaries (Deutsche Aktuarvereinigunge.V., DAV) is the professional representation of all actuaries in Germany. It was founded in 1993 and has more than 5,400 members today. More than 700 members are involved in thirteen committees and in over 60 working groups as a voluntary commitment.
The given repositories have been created by committees and working groups and serve as an aid for our members and interested persons to support them in their work with machine learning methods and data science issues in an actuarial context.
**Please note that the repositories provided on GitHub are published by the DAV. The content of linked websites is the sole responsibility of their operators. The DAV is not responsible for the code and data linked to Kaggle.com and referred to in the repositories. These reflect the individual opinion of each user on Kaggle.**