地球资源数据云——数据资源详情
该数据集《E - Commerce Transactions Dataset》主要用于二分类任务,数据形态以表格为主,应用场景偏向金融风控。 题目说明:A synthetic dataset of 50K e - commerce transactions with user and purchase detail 任务类型:表格二分类。 建议流程:先做缺失值/异常值处理与特征编码,再比较逻辑回归、随机森林、XGBoost。 评估建议:使用分层切分或交叉验证,优先关注 F1、Recall、AUC 等分类指标。 可用文件:ecommerce_transactions.csv。 Overview This dataset contains 50,000 fictional e - commerce transaction records, making it ideal for data analysis, visualization, and machine learning experiments. It includes user demographics, product categories, purchase amounts, payment methods, and transaction dates to help understand consumer behavior and sales trends. Columns Transaction_ID – Unique identifier for each transaction User_Name – Randomly generated user name Age – Age of the user (18 to 70) Country – Country where the transaction took place (randomly chosen from 10 countries) Product_Category – Category of the purchased item (e.g., Electronics, Clothing, Books) Purchase_Amount – Total amount spent on the transaction (randomly generated between $5 and $1000) Payment_Method – Method used for payment (e.g., Credit Card, PayPal, UPI) Transaction_Date – Date of the purchase (randomly selected within the past two years)

该数据集《E - Commerce Transactions Dataset》主要用于二分类任务,数据形态以表格为主,应用场景偏向金融风控。 题目说明:A synthetic dataset of 50K e - commerce transactions with user and purchase detail
任务类型:表格二分类。
建议流程:先做缺失值/异常值处理与特征编码,再比较逻辑回归、随机森林、XGBoost。
评估建议:使用分层切分或交叉验证,优先关注 F1、Recall、AUC 等分类指标。
可用文件:ecommerce_transactions.csv。
Overview
This dataset contains 50,000 fictional e - commerce transaction records, making it ideal for data analysis, visualization, and machine learning experiments. It includes user demographics, product categories, purchase amounts, payment methods, and transaction dates to help understand consumer behavior and sales trends.
Columns
Transaction_ID – Unique identifier for each transaction User_Name – Randomly generated user name Age – Age of the user (18 to 70) Country – Country where the transaction took place (randomly chosen from 10 countries) Product_Category – Category of the purchased item (e.g., Electronics, Clothing, Books) Purchase_Amount – Total amount spent on the transaction
(randomly generated between $5 and $1000) Payment_Method – Method used for payment (e.g., Credit Card, PayPal, UPI) Transaction_Date – Date of the purchase (randomly selected within the past two years)