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

https://github.com/nirab25/Insurance-Claim-Fraud-Detection

Insurance claim fraud detection using machine learning algorithms.
https://github.com/nirab25/Insurance-Claim-Fraud-Detection

balanced-random-forest descision-tree insurance-claims knn-classification knn-classifier linear-discriminant-analysis machine-learning mlp-classifier naive-bayes-classifier neural-network random-forest xgboost

Last synced: 5 months ago
JSON representation

Insurance claim fraud detection using machine learning algorithms.

Awesome Lists containing this project

README

        

# Insurance-Claim-Fraud-Detection
Claim fraud detection is a common problem in insurance industries. Machine learning algorithms are handy in detecting fraud claims. Sample dataset downloded from https://github.com/mwitiderrick/insurancedata/blob/master/insurance_claims.csv

The dataset is evaluated using cross-validated score, ROC Curve and AUC. The predictive power of each model expressed by ROC curves. For instance, Linear Discriminant Analysis and XGBOOST model has higher probability of accurate prediction of correct class members, and gaining high level of accuracy prediction probability as compared to Random Forest, KNN, Naive Bayes, Neural Network and SVM models.