Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 575 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 575 Bytes

Credit-Card-Fraud-Detection

Throughout the financial sector, machine learning algorithms are being developed to detect fraudulent transactions. In this project, that is exactly what we are going to be doing as well. Using a dataset of of nearly 28,500 credit card transactions and multiple unsupervised anomaly detection algorithms, we are going to identify transactions with a high probability of being credit card fraud. In this project, we will build and deploy the following two machine learning algorithms:

1.Local Outlier Factor (LOF)

2.Isolation Forest Algorithm