AmenRa / ranx

⚡️A Blazing-Fast Python Library for Ranking Evaluation, Comparison, and Fusion 🐍
https://amenra.github.io/ranx
MIT License
427 stars 23 forks source link

[Feature Request] Expose DCG as metric #41

Closed mpetri closed 1 year ago

mpetri commented 1 year ago

In industry DCG (in both formulations) is a standard and widely used metric. I see it is already implemented as part of NDCG. Is it possible to expose it to the users as a real metric?

AmenRa commented 1 year ago

Hi, dcg is now available among the other metrics. Please, update your ranx installation to v0.3.13 to use it.

If you use ranx to evaluate results for your scientific publication, please remember to cite the related papers. Also, GitHub stars are much appreciated.

Thank you,

Elias

mpetri commented 1 year ago

Thank you for the quick response

AmenRa commented 1 year ago

You're welcome! ☺️