Credit-Card-Fraud-Detection
Using Logistic Regression and classifiers of the dataset to produce an accurate recall, f-1 and precision score Different Kernels are used to detect whether a transaction is normal or fraud. The goals of this project are:
- Understand the distribution of the data provided
- create a 50/50 split dataset of Fraud and Non-Fraud transactions
- Determine the classifier to be used and finding out which has the highest accuracy
- Create a Neural network and compare the efficiency to our best classifier
- Understand common mistakes made with an imbalanced dataset. Imbalanced dataset requires f-1 score, confusion matrix or precision/recall score