Credit-Card-Fraud-Detection-Kaggle-Dataset
收藏资源简介:
该数据集包含2013年9月欧洲信用卡持卡人的交易记录。数据集展示了两天内的交易情况,其中492笔为欺诈交易,总交易次数为284,807次。数据集极度不平衡,欺诈交易(正类)占所有交易的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. It details transactions over a two-day period, including 492 fraudulent transactions out of a total of 284,807 transactions. The dataset is highly imbalanced, with fraudulent transactions (positive class) accounting for 0.172% of all transactions. The dataset contains only numerical input variables, which are the result of PCA (Principal Component Analysis) transformation. Due to confidentiality issues, the original features and more background information cannot be provided. Features V1 to V28 are the principal components obtained through PCA, while the features not transformed by PCA are Time and Amount. The Time feature represents the number of seconds elapsed between each transaction and the first transaction in the dataset. The Amount feature denotes the transaction amount, which can be used for cost-sensitive learning depending on the example. The Class feature is the response variable, with a value of 1 indicating fraud and 0 otherwise.
数据集概述
数据集名称
Credit-Card-Fraud-Detection-Kaggle-Dataset
数据集内容
该数据集包含2013年9月欧洲信用卡用户的交易记录。数据集涵盖了两天的交易情况,其中欺诈交易492笔,总交易次数为284,807笔。
数据集特征
- 数据不平衡情况:欺诈交易占总交易的比例为0.172%。
- 数据特征:数据集仅包含数值型输入变量,这些变量是经过PCA转换的结果。特征V1至V28是通过PCA获得的主成分。未经过PCA转换的特征包括Time和Amount。
- Time:表示每笔交易与数据集中第一笔交易之间经过的秒数。
- Amount:表示交易金额,可用于依赖于实例的成本敏感学习。
- 响应变量:Class,当交易为欺诈时值为1,否则为0。
数据集限制
由于保密问题,未提供原始特征和更多背景信息。




