koreyou / listnet_chainer

a Chainer implementation of "Learning to rank: from pairwise approach to listwise approach" by Cao et al..
Creative Commons Zero v1.0 Universal
25 stars 7 forks source link

Wrong MAP calculation in training.py #1

Closed koreyou closed 7 years ago

koreyou commented 7 years ago

MAP calculation is regarding only 1 as the "correct" label. MQ2007 actually has [0, 1, 2], larger label representing more "relevant" data.

koreyou commented 7 years ago

Has been fixed in ed0bfd