help wanted
倉庫指標
- Star
- (17,706 star)
- PR 合併指標
- (平均合併 6天 16小時) (30 天內合併 10 個 PR)
描述
Description
I've have been using DKN Deep Dive, but I wanted to add evaluation on the test data. When I run model.run_eval(test_file) I am getting an error. I believe this is because the test data has users that are not present in the training data.
I am using the small MIND dataset. But I split my training, validation and test data a little differently. Training is all of the small training data but the last day. Validation is the last day of the small training data Test is all of the small validation data.
Is this the expected behavior?