100 Days Challenge Day 7 - Anomaly Detection (Credit Card Fraud Detection Project)
100 Days Challenge - Day 7.
Anomaly Detection (Credit Card Fraud Project)
Completed the Credit Card Fraud Detection Project using Anomaly Detection algorithm.Results:
Out of 57109 transactions (99.57% non-fraud and 0.43% fraud) in the test set, 246 were fraud transactions and the algorithm detected 124 of them restricting false positives to 41.
In other words, 50.4% of fraud transactions were detected and only 0.07% of non-fraud transactions were flagged wrong.
Jupyter Notebook file: https://github.com/hithesh111/Hith100/blob/master/creditcardfraud.ipynb
No comments