Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

online payment fraud detection using ml algorithm #401

Open
sharath4444 opened this issue Oct 20, 2024 · 1 comment
Open

online payment fraud detection using ml algorithm #401

sharath4444 opened this issue Oct 20, 2024 · 1 comment

Comments

@sharath4444
Copy link

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 hour
  • type: type of online transaction
  • amount: the amount of the transaction
  • nameOrig: customer starting the transaction
  • oldbalanceOrg: balance before the transaction
  • newbalanceOrig: balance after the transaction
  • nameDest: recipient of the transaction
  • oldbalanceDest: initial balance of recipient before the transaction
  • newbalanceDest: the new balance of recipient after the transaction
  • isFraud: fraud transaction (target variable)
@sharath4444
Copy link
Author

please add a label of hacktoberfest

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant