Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 655 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 655 Bytes

CREDIT-CARD-FRAUD

This project focuses on building a fraud detection model for credit card transactions using a dataset containing transactions made by European cardholders in September 2013. With a highly unbalanced dataset, where frauds account for only 0.172% of all transactions, the challenge lies in effectively detecting fraudulent transactions while minimizing false positives. By employing machine learning techniques and possibly addressing class imbalance through methods like SMOTE, the aim is to develop a model that can accurately identify fraudulent transactions, thus preventing customers from being charged for unauthorized purchases.