Skip to content

Instantly share code, notes, and snippets.

View YuruJing's full-sized avatar

Bertie YuruJing

  • London
  • 09:10 (UTC -12:00)
View GitHub Profile
@YuruJing
YuruJing / rank_metrics.py
Created April 12, 2022 17:42 — forked from bwhite/rank_metrics.py
Ranking Metrics
"""Information Retrieval metrics
Useful Resources:
http://www.cs.utexas.edu/~mooney/ir-course/slides/Evaluation.ppt
http://www.nii.ac.jp/TechReports/05-014E.pdf
http://www.stanford.edu/class/cs276/handouts/EvaluationNew-handout-6-per.pdf
http://hal.archives-ouvertes.fr/docs/00/72/67/60/PDF/07-busa-fekete.pdf
Learning to Rank for Information Retrieval (Tie-Yan Liu)
"""
import numpy as np