Financial Payment Services Fraud Data
Financial Payment Service Fraud Detection using Machine Learning
@kaggle.arunavakrchakraborty_financial_payment_services_fraud_data
Financial Payment Service Fraud Detection using Machine Learning
@kaggle.arunavakrchakraborty_financial_payment_services_fraud_data
Develop a classifier for predicting fraudulent transactions for a financial company and use insights from the model to develop an actionable plan. Data for the case is available in CSV format having 6362620 rows and 11 columns.
Here the description of the database has been presented.
CREATE TABLE fraud (
"step" BIGINT,
"type" VARCHAR,
"amount" DOUBLE,
"nameorig" VARCHAR,
"oldbalanceorg" DOUBLE,
"newbalanceorig" DOUBLE,
"namedest" VARCHAR,
"oldbalancedest" DOUBLE,
"newbalancedest" DOUBLE,
"isfraud" BIGINT,
"isflaggedfraud" BIGINT
);Anyone who has the link will be able to view this.