Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 377 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 377 Bytes

CreditCardFraud

This project focuses on Credit card fraud detection using Machine learning . Different algorithms were used but Logistic regression had the highest accuracy. Due to imbalanced dataset, I simulated data to create a balance environment via the use of Imlearn. The model that was created had an accuracy of 93%.

Further improvemnet will be introduced in future