Data
credit-card-fraud-detection

credit-card-fraud-detection

active ARFF Database: Open Database, Contents: Database Contents Visibility: public Uploaded 24-03-2022 by Dustin Carrion
0 likes downloaded by 0 people , 0 total downloads 0 issues 0 downvotes
  • Computer Systems Machine Learning
Issue #Downvotes for this reason By


Loading wiki
Help us complete this description Edit
Context It is important that credit card companies are able to recognize fraudulent credit card transactions so that customers are not charged for items that they did not purchase. Content The datasets contains transactions made by credit cards in September 2013 by european cardholders. This dataset presents transactions that occurred in two days, where we have 492 frauds out of 284,807 transactions. The dataset is highly unbalanced, the positive class (frauds) account for 0.172 of all transactions. It contains only numerical input variables which are the result of a PCA transformation. Unfortunately, due to confidentiality issues, we cannot provide the original features and more background information about the data. Features V1, V2, V28 are the principal components obtained with PCA, the only features which have not been transformed with PCA are 'Time' and 'Amount'. Feature 'Time' contains the seconds elapsed between each transaction and the first transaction in the dataset. The feature 'Amount' is the transaction Amount, this feature can be used for example-dependant cost-senstive learning. Feature 'Class' is the response variable and it takes value 1 in case of fraud and 0 otherwise.

30 features

Time (ignore)numeric124592 unique values
0 missing
V1numeric275663 unique values
0 missing
V2numeric275663 unique values
0 missing
V3numeric275663 unique values
0 missing
V4numeric275663 unique values
0 missing
V5numeric275663 unique values
0 missing
V6numeric275663 unique values
0 missing
V7numeric275663 unique values
0 missing
V8numeric275663 unique values
0 missing
V9numeric275663 unique values
0 missing
V10numeric275663 unique values
0 missing
V11numeric275663 unique values
0 missing
V12numeric275663 unique values
0 missing
V13numeric275663 unique values
0 missing
V14numeric275663 unique values
0 missing
V15numeric275663 unique values
0 missing
V16numeric275663 unique values
0 missing
V17numeric275663 unique values
0 missing
V18numeric275663 unique values
0 missing
V19numeric275663 unique values
0 missing
V20numeric275663 unique values
0 missing
V21numeric275663 unique values
0 missing
V22numeric275663 unique values
0 missing
V23numeric275663 unique values
0 missing
V24numeric275663 unique values
0 missing
V25numeric275663 unique values
0 missing
V26numeric275663 unique values
0 missing
V27numeric275663 unique values
0 missing
V28numeric275663 unique values
0 missing
Amountnumeric32767 unique values
0 missing
Classnumeric2 unique values
0 missing

19 properties

284807
Number of instances (rows) of the dataset.
30
Number of attributes (columns) of the dataset.
Number of distinct values of the target attribute (if it is nominal).
0
Number of missing values in the dataset.
0
Number of instances with at least one value missing.
30
Number of numeric attributes.
0
Number of nominal attributes.
0
Number of attributes divided by the number of instances.
100
Percentage of numeric attributes.
Percentage of instances belonging to the most frequent class.
0
Percentage of nominal attributes.
Number of instances belonging to the most frequent class.
Percentage of instances belonging to the least frequent class.
Number of instances belonging to the least frequent class.
0
Number of binary attributes.
0
Percentage of binary attributes.
0
Percentage of instances having missing values.
Average class difference between consecutive instances.
0
Percentage of missing values.

0 tasks

Define a new task