Credit Card Fraud Detection System
→
Summary
Implemented a Machine Learning solution to identify fraudulent credit card transactions. Due to the nature of fraud, the dataset was highly imbalanced, with fraudulent transactions representing only 0.167% of the total data. The system involved a Random Forest model trained on SMOTE-Balanced data to prioritize the fraud detection (Recall) while maintaining high overall accuracy.