View Demo

Vehicle Insurance Claim Fraud Detection (ClaimGuard AI) โ€” A Complete Project Overview

In the insurance sector, fraud costs companies billions of dollars annually. To combat this, I designed and developed ClaimGuard AI, a premium machine learning workflow and interactive dashboard designed to assess vehicle insurance claim fraud risk in real-time. Built specifically for insurance underwriters and risk auditors, this project demonstrates a complete production-grade machine learning workflowโ€”handling severe class imbalance, deploying state-of-the-art gradient boosting classifiers, and implementing business-centric evaluation metrics like Audit Efficiency (Lift).

๐Ÿš€ Key Features

๐Ÿง  Technologies Used

๐Ÿ“Š Performance Metrics (Test Set Evaluation)

Standard accuracy is highly misleading when evaluating class-imbalanced fraud detection (where ~94% of claims are legitimate). Below is the performance comparison across various decision thresholds:

Decision Threshold Recall (Fraud Caught) Precision (Flag Accuracy) Audit Efficiency (Lift) Accuracy
0.50 (Default) 2.7% 41.7% 7.0x 93.8%
0.15 (Balanced) 63.8% 16.1% 2.7x 77.9%
0.10 (High Sensitivity) 84.3% 14.1% 2.4x 68.1%

๐Ÿง  Data Processing & Feature Engineering

๐ŸŒ User Interface Preview

A responsive dashboard allowing quick data entry and returning clear, actionable prediction results.

Vehicle Insurance Claim Fraud Detection Dashboard

๐Ÿงช Try It Live & View Code

Click here to launch the live Streamlit Dashboard

View the complete codebase on GitHub


๐Ÿ”— Connect with Me
๐ŸŒ www.tauqueeralam.com
๐Ÿ“ฑ LinkedIn | GitHub

View a live demo below:

View Demo

Discussion