Fraud Detection Dummy
Fraud Detection Dummy
Introduction
Credit Card Fraud Detection with Machine Learning is a process of data investigation by a
Data Science team and the development of a model that will provide the best results in
revealing and preventing fraudulent transactions. This is achieved through bringing
together all meaningful features of card users’ transactions, such as Date, User Zone,
Product Category, Amount, Provider, Client’s Behavioral Patterns, etc. The information is
then run through a subtly trained model that finds patterns and rules so that it can classify
whether a transaction is fraudulent or legitimate. All big banks like Chase use fraud
monitoring and detection systems.
cost-sensitive learning. Feature 'Class' is
About Dataset :
the response variable and it takes a value
The dataset contains transactions made 1 in case of fraud and 0 otherwise.
2
report, and the precision, recall, F1 score
After using the smote technique the
and the accuracy of the model.
F1_score was improved a lot.
Using SMOTE :
3
4