https://github.com/lgrz/grdeval
A port of gdeval.pl to Rust
https://github.com/lgrz/grdeval
err ndcg
Last synced: 4 months ago
JSON representation
A port of gdeval.pl to Rust
- Host: GitHub
- URL: https://github.com/lgrz/grdeval
- Owner: lgrz
- Created: 2018-06-10T10:20:34.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-10T23:56:26.000Z (over 7 years ago)
- Last Synced: 2025-02-13T16:48:53.178Z (about 1 year ago)
- Topics: err, ndcg
- Language: Rust
- Homepage:
- Size: 1000 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# grdeval
A port of [gdeval.pl][gdeval] to Rust.
Currently only supports NDCG and ERR. Risk-sensitive evaluation is not yet
implemented.
The max judgment value required for ERR is derived from the supplied QRELS
file.
[gdeval]: https://github.com/trec-web/trec-web-2014