Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 364 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 364 Bytes

ranking-metrics-torch

This is a small set of PyTorch-based CPU and GPU friendly implementations of common ranking metrics.

Included metrics:

  • Precision/Recall
  • Average Precision
  • Discounted Cumulative Gain
  • Normalized Discounted Cumulative Gain

Implementations are tested against scikit-learn with hypothesis property-based testing (where possible.)