pdx97 / credit_card_fraud_detection

It helps us to identify the the fraud entries in the given dataset

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

credit_card_fraud_detection

It helps us to identify the the fraud entries in the given dataset

Dataset

The datasets contains credit card transactions over a two day collection period in September 2013 by European cardholders. There are a total of 284,807 transactions, of which 492 (0.172%) are fraudulent.

The dataset contains numerical variables that are the result of a principal components analysis (PCA) transformation. This transformation was applied by the original authors to maintain confidentiality of sensitive information. Additionally the dataset contains Time and Amount, which were not transformed by PCA. The Time variable contains the seconds elapsed between each transaction and the first transaction in the dataset. The Amount variable is the transaction amount, this feature can be used for example-dependant cost-senstive learning. The Class variable is the response variable and indicates whether the transaction was fraudulant.

About

It helps us to identify the the fraud entries in the given dataset


Languages

Language:Jupyter Notebook 100.0%