L2R
L2R copied to clipboard
A Python version of RankNet, LambdaRank and LambdaMart
Hello, I am not sure If I fully understand how to select the value of k for getting accurate results. Can you please guide me on which factors should be...
delta = abs(single_dcgs[(i,j)] + single_dcgs[(j,i)] - single_dcgs[(i,i)] -single_dcgs[(j,j)])/IDCG for this line,you mean the ith document in true_scores should be position i ? after checking the data, it seems wrong, maybe...
iDCG是否可以是0?这种情形应该怎么计算NDCG和lambda呢?
w[i] += rho * rho_complement * delta w[i] -= rho * rho_complement * delta 你好,我想问下这里w表示什么意思,后面好像也没有用到这个值