-
Notifications
You must be signed in to change notification settings - Fork 20
Code in datasets.py #2
Comments
Yes. i guess this is to filter out some positive predictions to get filtered evaluation metrics. However, |
Actually you're right. |
yes. i agree that it would not make a big difference to the results. Just wanted to make sure i understood it correctly. thanks for your quick response. |
So, this would only wikidata results, since this eval is not used for ICEWS. |
yeah, sorry for the confusion in my answers, it's been a while since I've looked at the code. Thanks for spotting the mistake ! |
in datasets.py 'while id_timeline < len(self.events) and self.events[id_timeline][0] <= eval_events[id_event][3]:' should it be 'eval_events[id_event][0]' instead of 'eval_events[id_event][3]'?
The text was updated successfully, but these errors were encountered: