A Simple😉 beginner friendly😊 Repo for all programmers and coders. All contributors are requested to star🌟this repo and and folllllow me. Contribute to start your journey with hacktoberfest. Happy Hacking💻!!!
MIT License
161
stars
447
forks
source link
online payment fraud detection using ml algorithm #401
This project aims to develop a machine learning model that can detect online payment fraud with high accuracy. The model is trained on a dataset containing historical information about fraudulent transactions.
Online Payment Fraud Detection using Machine Learning
=====================================================
This project aims to develop a machine learning model that can detect online payment fraud with high accuracy. The model is trained on a dataset containing historical information about fraudulent transactions.
Table of Contents
Dataset
The dataset used for this project is obtained from Kaggle and contains the following features:
step
: represents a unit of time where 1 step equals 1 hourtype
: type of online transactionamount
: the amount of the transactionnameOrig
: customer starting the transactionoldbalanceOrg
: balance before the transactionnewbalanceOrig
: balance after the transactionnameDest
: recipient of the transactionoldbalanceDest
: initial balance of recipient before the transactionnewbalanceDest
: the new balance of recipient after the transactionisFraud
: fraud transaction (target variable)