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.
- The model is fitted with a synthesized data, thus should only be used for educational purpose.
- The outcome variable is highly imbalanced, thus model evaluation is extremely critical here.