AssertionError: val ndcg_5 got 0.7586661577224731. It was expected to be at least 0.76
metin-akyol opened this issue · 2 comments
metin-akyol commented
Running the examples throws this error: Can this be ignored? Since this is is dummy data?
AssertionError: val ndcg_5 got 0.7586661577224731. It was expected to be at least 0.76
kretes commented
Yes, I think that given the small discrepancy 0.758 vs expected 0.76 this can be ignored.
I think this check isn't robust enough and it might happen it fails accidentally
metin-akyol commented
Thank you for clarifying this, I appreciate it.