Giter VIP home page Giter VIP logo

3.ml_mobile-payment-fraud-detection-ml-classification-alg.'s Introduction

Mobile Payment Fraud Detection using various ML classification Algorithm

This is a group project.

We are implementing Artificial Intelligence and Machine learning algorithm based fraud detection tools to predict Mobile payment fraud in this project. For this, we are using the synthetic Mobile Payments Dataset found in the Kaggle web site The input of the data to this algorithm is a mobile payment transaction and the output will be the transaction with the field isFraud set to ‘0’ (False) or ‘1’ (True) indicating whether the transaction is fraud or not fraud.

The data from this dataset is cleaned, transformed and perform SMOTE analysis / Random undersampling to handle imbalance. The upsampled or the undersampled data are used to train and validate the algorithms to predict if the transaction is fraud. Various ML technology Classification algorithms are used for the binary classification, to classify the Mobile payment transaction as fraud or non-fraud.

We are using the below mentioned classification algorithms for this project. we are comparing the performance of the algorithms by predicting the fraud transactions. • Logistic regression

• Random Forest Classifier

• Gradient Boosting Classifier

• AdaBoost Classifier

• Support Vector Machines

The accuracy of the algorithms is evaluated using following metrics such as Cross validation, Classification Accuracy, Confusion Matrix, Sensitivity, Specificity, Area under Curve (AUC)

Data Collection and Sources

The dataset can be found and downloaded from the link https://www.kaggle.com/ntnu-testimon/paysim1 This dataset has around 6.5 Million records out of which around 8500 are marked as fraud. The dataset is heavily imbalanced, So we have done upsampling of minority class in most of the algorithms, and downsampling of majority in SVM algorithm

The dataset has the following fields.

step – The step in the full transaction. type – type of transaction. The dataset has 5 types of transactions. amount – transaction amount nameOrig – name of the person/organization who initiated the transaction. This is obfusticated. oldbalanceOrg – Starting balance of the originator account. newbalanceOrig – Ending balance of the originator after the transaction amount is posted. nameDest – Name of the person/organization of the destination account. oldbalanceDest – Starting balance of the destination account before the transaction amount is posted to the account newbalanceDest – Ending balance of the destination account after posting the transaction amount. isFraud –Boolean flag indicating if the transaction is fraud. isFlaggedFraud – The description of this field is not clear. There are only 16 transactions out of 6 million that has a value of 1 in this field and rest are 0.

3.ml_mobile-payment-fraud-detection-ml-classification-alg.'s People

Contributors

padmapria avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.