RUCAIBox / RecBole

A unified, comprehensive and efficient recommendation library
https://recbole.io/
MIT License
3.27k stars 590 forks source link

怎么不启用测试集 #2023

Open DoJerryChen opened 3 months ago

DoJerryChen commented 3 months ago

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

TayTroye commented 2 months ago

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