Credit Card Fraud Detection Dataset
收藏资源简介:
该数据集包含2013年9月欧洲信用卡持卡人的交易记录。数据集在两天内发生了284,807笔交易,其中492笔为欺诈交易。数据集高度不平衡,欺诈交易(正类)占所有交易的0.172%。数据集仅包含数值输入变量,这些变量是PCA转换的结果。由于保密问题,无法提供原始特征和更多背景信息。特征V1至V28是通过PCA获得的主成分,未经过PCA转换的特征是Time和Amount。Time特征包含每笔交易与数据集中第一笔交易之间的秒数差,Amount特征是交易金额,可用于基于示例的成本敏感学习。Class特征是响应变量,欺诈时取值1,否则取值0。
This dataset comprises transaction records of European credit card holders from September 2013. Over the span of two days, the dataset recorded 284,807 transactions, out of which 492 were fraudulent. The dataset is highly imbalanced, with fraudulent transactions (positive class) constituting 0.172% of all transactions. The dataset exclusively contains numerical input variables, which are the result of PCA (Principal Component Analysis) transformation. Due to confidentiality issues, the original features and additional background information cannot be provided. Features V1 through V28 are the principal components obtained through PCA, while the features not subjected to PCA transformation are Time and Amount. The Time feature represents the difference in seconds between each transaction and the first transaction in the dataset, and the Amount feature denotes the transaction amount, which can be utilized for cost-sensitive learning based on examples. The Class feature is the response variable, taking the value 1 in case of fraud and 0 otherwise.
数据集概述
数据集名称
Credit Card Fraud Detection
数据集描述
该数据集包含2013年9月欧洲信用卡用户的交易记录。数据集涵盖了两天的交易,其中492笔为欺诈交易,总交易次数为284,807次。数据集极度不平衡,欺诈交易(正类)占所有交易的0.172%。
数据集特征
- 输入变量:数据集仅包含数值型输入变量,这些变量是PCA转换的结果。由于保密问题,原始特征和更多背景信息未提供。
- 特征说明:
- V1至V28:通过PCA获得的主成分。
- Time:每笔交易与数据集中第一笔交易之间经过的秒数。
- Amount:交易金额,可用于依赖示例的成本敏感学习。
- Class:响应变量,欺诈时为1,否则为0。
数据字典
| 列位置 | 属性名称 | 定义 | 数据类型 | 示例 | 空值比例 |
|---|---|---|---|---|---|
| 1 | Time | 时间:以秒为单位的时间格式 | 定量 | 0,1,2 | ? |
| 2 | V1-V28 | 可能是通过PCA维度降低以保护用户身份和敏感特征的结果(v1-v28) | 定量 | 0.16648011335321, 0.26615071205963 | ? |
| 3 | Amount | 交易金额 | 定量 | 378.66, 69.99 | ? |
| 4 | Class | 欺诈交易为1,否则为0 | 定量 | 0, 1, 0 | ? |
数据集来源
该数据集由Worldline和ULB(布鲁塞尔自由大学)的机器学习组合作收集和分析,用于大数据挖掘和欺诈检测研究。




