Files
fun-rec/codes/funrec/data/readme.md
2022-04-01 10:13:29 +08:00

9 lines
645 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
## 数据集介绍
1. taobao电商数据用于测试序列、图相关模型。下载链接https://tianchi.aliyun.com/dataset/dataDetail?dataId=649&userId=1
2. criteo数据用于测特征交叉和wide&deep系列模型下载链接https://www.kaggle.com/c/criteo-display-ad-challenge/data
3. 人口普查收录数据用于测试多任务学习模型下载链接https://archive.ics.uci.edu/ml/datasets/census+income
4. movielens(ml-1m)数据集用于测试召回相关模型下载链接https://grouplens.org/datasets/movielens/
注意:测试的时候数据仍然比较大,可以通过对数据采样测试。