Open LeavesLi1015 opened 1 year ago
The third argument for ProxyEvaluator accepts a dict with test user as key and a list containing test items for that user as value, just like the format of data.test_id_user_list. Check if each eval_test_id_split[i] contains test item in that format.
I'm working on reproduce the performance of Head, Mid, Tail in your work, and I came across a problem. I don't no how to correctly create a ProxyEvaluator using group_view and eval_test_ood_split.
I create a ProxyEvaluator by the following:
Error merges like this, Could you help me out?