Machine learning model for detecting fraudulent credit card transactions
Built an fraud detection system using logistic regression to identify fraudulent credit card transactions. The model analyzes 28 anonymized features (V1-V28) and transaction amounts to classify transactions as legitimate or fraudulent.
This project uses the dataset from Kaggle - Fraud Detection Database.