You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)The text was updated successfully, but these errors were encountered: