An open API service indexing awesome lists of open source software.

https://github.com/sayamalt/travel-insurance-claim-prediction

Successfully established a supervised machine learning model that can accurately predict whether the travel insurance claim of a particular customer should be approved or not by a travel insurance agency.
https://github.com/sayamalt/travel-insurance-claim-prediction

binary-classification cross-validation data-cleaning-and-preprocessing exploratory-data-analysis feature-engineering hyperparameter-tuning model-training-and-evaluation supervised-machine-learning

Last synced: 4 months ago
JSON representation

Successfully established a supervised machine learning model that can accurately predict whether the travel insurance claim of a particular customer should be approved or not by a travel insurance agency.

Awesome Lists containing this project

README

          

# Travel-Insurance-Claim-Prediction

A third-party travel insurance servicing company that is based in Singapore.

![Travel Insurance Claim Form](https://th.bing.com/th/id/OIP.k8pBXZqBDqvq9ayn4yT11QHaE8?pid=ImgDet&rs=1)



![Travel Insurance Claims](https://th.bing.com/th/id/OIP.deJbNIY2_WnUd6TUjHS1DwHaEZ?pid=ImgDet&rs=1)

The attributes are as follows:


  • Target: Claim Status (Claim.Status)

  • Name of agency (Agency)

  • Type of travel insurance agencies (Agency.Type)

  • Distribution channel of travel insurance agencies (Distribution.Channel)

  • Name of the travel insurance products (Product.Name)

  • Duration of travel (Duration)

  • Destination of travel (Destination)

  • Amount of sales of travel insurance policies (Net.Sales)

  • Commission received for travel insurance agency (Commission)

  • Gender of insured (Gender)

  • Age of insured (Age)