Skip to content

Releases: karlhigley/ranking-metrics-torch

0.2.3

16 Nov 16:50
Compare
Choose a tag to compare
0.2.3 Pre-release
Pre-release
  • Converts inputs to float if they aren't already one of PyTorch's floating type dtypes
  • Resolves a PyTorch deprecation warning related to nonzero() without arguments

0.2.2

31 Aug 17:45
Compare
Choose a tag to compare
0.2.2 Pre-release
Pre-release

Fixes an issue NDCG computation when the largest k value is smaller than the length of the labels.

0.2.1

31 Aug 17:45
Compare
Choose a tag to compare
0.2.1 Pre-release
Pre-release

Cleans up dependencies and improves GPU performance of all metrics by tweaking common utilities.

0.2.0

22 Jun 14:14
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release

Updated all metrics to be computed over batches of ranked lists

0.1.0

22 Jun 14:10
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

Quick and dirty versions of Precision/Recall@k, AveragePrecision@k, DCG/NDCG/@k