First user lost #2136
First user lost
#2136
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Can you please explain why last_uid is set as None in the FullSortEvalDataLoader class? After all, this leads to the first user simply not getting anywhere, neither to the self.uid2items_num array nor to the self.uid2history_item array, because the condition is written in _set_user_property: if uid is None:
return. I can't understand why it's done this way. Thanks in advance for any answer.
Beta Was this translation helpful? Give feedback.
All reactions