Credit Card Fraud Data
收藏资源简介:
该数据集包含2013年9月欧洲信用卡持有者的交易记录。在两天的交易中,有492笔欺诈交易,占总交易284,807笔的0.172%。数据集高度不平衡,仅包含数值输入变量,这些变量是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, there were 492 fraudulent transactions, accounting for 0.172% of the total 284,807 transactions. The dataset is highly imbalanced and consists solely of numerical input variables, which are the result of PCA (Principal Component Analysis) transformation. The only features not subjected to PCA transformation are Time and Amount. Time denotes the difference in seconds between each transaction and the first transaction in the dataset, Amount represents the transaction amount, and Class is the response variable, where 1 indicates fraud and 0 otherwise.
数据集概述
数据集名称
Credit Card Fraud Detection
数据集来源
Credit Card Fraud Data on Kaggle
数据集内容
- 时间范围:2013年9月
- 交易次数:284,807次
- 欺诈交易次数:492次
- 数据不平衡比例:欺诈交易占0.172%
数据集特征
- 输入变量:仅包含数值型输入变量,由PCA转换得到。
- 特征描述:
- V1至V28:通过PCA获得的主成分。
- Time:每笔交易与数据集中第一笔交易之间的秒数。
- Amount:交易金额,可用于依赖示例的成本敏感学习。
- Class:响应变量,欺诈时为1,否则为0。
数据集使用建议
- 评估指标:推荐使用Precision-Recall曲线下面积(AUPRC)来衡量准确性,因为混淆矩阵准确性不适用于不平衡分类。




