Raythie
Results
1
issues of
Raythie
I have some questions about NDCG in evaluator.py. Why the parameters y_true and y_score in sklearn.metrics.ndcg_score() are gt_top5 and pre_top5, respectively, which are the index of group_truth and prediction? Ref:...