alibaba / EasyRec

A framework for large scale recommendation algorithms.
Apache License 2.0
1.76k stars 319 forks source link

[benchmark]如何在dataworks中读取到相关数据? #359

Closed CharlieZhuGJ closed 1 year ago

CharlieZhuGJ commented 1 year ago

需求背景: 从dataworks中获取到benchmark中列出的数据集进行easyrec实验分析(https://easyrec.readthedocs.io/en/latest/benchmark.html

执行命令: select * from pai_online_project.easyrec_demo_taobao_train_data limit 100;

显示错误: FAILED: ODPS-0130131:[2,6] Table not found - table pai_online_project.easyrec_demo_taobao_train_data cannot be resolved

CharlieZhuGJ commented 1 year ago

问题原因: dataworks所处区域位于国外,国内区域可以获取到。

CharlieZhuGJ commented 1 year ago

解决办法 1.从国内空间copy到国外空间;

2.参考【DSW Gallery】如何使用EasyRec训练DeepFM模型,下载avazu数据集,在dsw中分析 https://developer.aliyun.com/article/1179348#slide-13