Dataset Card for Steam 游戏评论时序数据集
Dataset Details
Uses
Direct Use
热度(评论量对数)多步预测
口碑(正向推荐比例)多步预测
衰退风险二分类(未来热度显著下降的预警)
特征消融与模型对比(LSTM vs Transformer,h_only / h_sent / full_no_topic)
粒度:按游戏(app_id)和自然周聚合
特征:热度 H_t、口碑 P_t、情绪(sent_mean/sent_std/neg_ratio)、元数据(价格/免费/EA/语言数/类型 One-Hot 等)
划分:按时间顺序 70% 训练 / 15% 验证 / 15% 测试(在脚本中按窗口切分)… See the full description on the dataset page:
https://huggingface.co/datasets/wqzerrrr/GamePopularityPredictiondataset.