Learning to rank metrics. · GitHub
gist.github.com › mblondel › 7337391Dec 17, 2021 · I am assuming the ndcg_score y_true should be binary (ground truth), but am unsure what format y_score should be in. When calculating auc for example the y_true would be binary and the y_score does not have to be any given range. I could feed a vector of any range. The y_score I have is the output from an ALS collaborative model.