Credit Transaction Fraud Prediction Model
Johann Abraham and Alp Unsal
Introduction
This project is our team’s first experience with building a machine learning prediction model.
Importing Libraries
For this project, we had to utilize multiple libraries for various purposes:
Exploratory Data Analysis
We decided to analyse the data through plotting graphs and visualizing the distribution and imbalance of the dataset to notice trends.
Processing the Data
Modelling the Data
Cross Validating and Final Results
Once done with modelling methods, we need to conduct cross-validation in order to compare different methods and determine how well they performed
Confusion Matrix of the best-performing method (K-Nearest Neighbour)