Releases: karlhigley/ranking-metrics-torch
Releases · karlhigley/ranking-metrics-torch
0.2.3
- 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
Fixes an issue NDCG computation when the largest k value is smaller than the length of the labels.
0.2.1
Cleans up dependencies and improves GPU performance of all metrics by tweaking common utilities.
0.2.0
Updated all metrics to be computed over batches of ranked lists