All Projects → LeoPetrini → XGBoost-in-Insurance-2017

LeoPetrini / XGBoost-in-Insurance-2017

Licence: other
Data and Code to reproduce results for my talk at Paris: R in Insurance 2017 Conference

Programming Languages

r
7636 projects
C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to XGBoost-in-Insurance-2017

insurancerating
R-package for actuarial pricing
Stars: ✭ 40 (+150%)
Mutual labels:  insurance, pricing
JLBoost.jl
A 100%-Julia implementation of Gradient-Boosting Regression Tree algorithms
Stars: ✭ 65 (+306.25%)
Mutual labels:  xgboost
FinancialToolbox.jl
Useful functions for Black–Scholes Model in the Julia Language
Stars: ✭ 31 (+93.75%)
Mutual labels:  pricing
HealthCare-Insurance-Ethereum
Medical insurance claiming DApp which uses a Multi-Sig type approach to grant claim (ConsenSys project)
Stars: ✭ 65 (+306.25%)
Mutual labels:  insurance
aws-lambda-billing
AWS Lambda with Micronaut and without any framework - billing in serverless architecture.
Stars: ✭ 31 (+93.75%)
Mutual labels:  insurance
eigen-js
⚡ Eigen-js is a port of the Eigen C++ linear algebra library
Stars: ✭ 78 (+387.5%)
Mutual labels:  optimisation
Text classification ai100
AI100文本分类竞赛代码。从传统机器学习到深度学习方法的测试
Stars: ✭ 235 (+1368.75%)
Mutual labels:  xgboost
market-pricing
Wrapper for the unofficial Steam Market Pricing API
Stars: ✭ 21 (+31.25%)
Mutual labels:  pricing
fast retraining
Show how to perform fast retraining with LightGBM in different business cases
Stars: ✭ 56 (+250%)
Mutual labels:  xgboost
ontology
Global Insurance Ontology
Stars: ✭ 71 (+343.75%)
Mutual labels:  insurance
OasisLMF
Loss modelling framework.
Stars: ✭ 84 (+425%)
Mutual labels:  insurance
quant-jobs-zurich
A list of companies of possible interest for mathematicians (or related) that are looking for a job in quantitative finance in Zurich.
Stars: ✭ 59 (+268.75%)
Mutual labels:  insurance
decision-trees-for-ml
Building Decision Trees From Scratch In Python
Stars: ✭ 61 (+281.25%)
Mutual labels:  xgboost
portfoliomanager
Finance portfolio management for Indians. Track financial goals using contributions to Provident Fund, Sukanya Samriddhi, Mutual Funds, Shares, Restricted Stock Units, Employee Stock Purchase Plan, 401K, Gold, Crypto
Stars: ✭ 27 (+68.75%)
Mutual labels:  insurance
go-ml-benchmarks
⏱ Benchmarks of machine learning inference for Go
Stars: ✭ 27 (+68.75%)
Mutual labels:  xgboost
terraform-aws-pricing
Terraform module which calculates price of AWS infrastructure (from Terraform state and plan) 🇺🇦
Stars: ✭ 111 (+593.75%)
Mutual labels:  pricing
docker-kaggle-ko
머신러닝/딥러닝(PyTorch, TensorFlow) 전용 도커입니다. 한글 폰트, 한글 자연어처리 패키지(konlpy), 형태소 분석기, Timezone 등의 설정 등을 추가 하였습니다.
Stars: ✭ 46 (+187.5%)
Mutual labels:  xgboost
aws-customer-churn-pipeline
An End to End Customer Churn Prediction solution using AWS services.
Stars: ✭ 30 (+87.5%)
Mutual labels:  xgboost
Machine Learning Code
《统计学习方法》与常见机器学习模型(GBDT/XGBoost/lightGBM/FM/FFM)的原理讲解与python和类库实现
Stars: ✭ 169 (+956.25%)
Mutual labels:  xgboost
A-B-testing-with-Machine-Learning
Implemented an A/B Testing solution with the help of machine learning
Stars: ✭ 37 (+131.25%)
Mutual labels:  xgboost

XGBoost in Insurance 2017

Data and Code to reproduce results for my talk at Paris: R in Insurance 2017 Conference

Non life pricing: empirical comparison of classical GLM with tree based Gradient Boosted Models

To reproduce the results, please:

  • clone the repository
  • set your working directory to the cloned depository
  • Inside the code folder run:
    • 00_init_* to initiate the workspace correctly.
    • 02_train_* to execute parameter tuning and save xgboost models.
    • 03_scoring to execute cross-validation and obtain results, on both GAM and xgboost.

Further, 01_preprocess_*.R code to prepare the dataset is provided. Note: xgboost mdoels are not provided directly since they exceed the size limit of GitHub. Feel free to reach out and I will provide them privately if pre-tuning is too expensive.

Thank you!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].