Skip to content

tanvird3/Fraud_Detection_V2.00

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open In Colab

Fraudulent Transaction Detector

This app detects fraudulent transactions based on a fitted Xtreme Gradient Boosting model (that takes logistic regression as the core model). The data is pulled from an IBM DB2 remote database. Click on the 'Open in Colab' badge to access the model building process.

Disclaimer

  1. The model is fitted with a synthesized data, thus should only be used for educational purpose.
  2. The outcome variable is highly imbalanced, thus model evaluation is extremely critical here.