An open API service indexing awesome lists of open source software.

https://github.com/snehexcel/upi_frauddetection_ml

Built a simple machine learning model with Linear Regression to predict fraudulent UPI transactions. Used SMOTE to balance the data by generating synthetic fraud samples. The model learns patterns from transaction features like amount, time, and merchant category to identify fraud risk. This provides a clear and easy baseline for fraud detection.
https://github.com/snehexcel/upi_frauddetection_ml

Last synced: 10 months ago
JSON representation

Built a simple machine learning model with Linear Regression to predict fraudulent UPI transactions. Used SMOTE to balance the data by generating synthetic fraud samples. The model learns patterns from transaction features like amount, time, and merchant category to identify fraud risk. This provides a clear and easy baseline for fraud detection.

Awesome Lists containing this project

README

          

# Upi_FraudDetection_ML
Built a simple machine learning model with Linear Regression to predict fraudulent UPI transactions. Used SMOTE to balance the data by generating synthetic fraud samples. The model learns patterns from transaction features like amount, time, and merchant category to identify fraud risk. This provides a clear and easy baseline for fraud detection.