RUCAIBox / RecBole

A unified, comprehensive and efficient recommendation library

Home Page:https://recbole.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

怎么不启用测试集

DoJerryChen opened this issue · comments

yaml里面定义了 不使用 valid 但是结果还是会报错 缺少valid.inter
show_progress: True
eval_args:
split: { 'RS': [ 0.8, 0.2, 0.0 ] }

benchmark_filename:
train: yuan-office.train.inter
test: yuan-office.test.inter
valid: None

@DoJerryChen 你好!
伯乐提供了两种split策略: ['RS','LS'],你可以设置split: {'LS':['test_only']}.