AmenRa / ranx

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

Reciprocal rank fusion #14

Closed maximedb closed 2 years ago

maximedb commented 2 years ago

Hi!

This is a potential implementation of a reciprocal rank fusion within Ranx.

Let me know if you have any questions.

Maxime.

AmenRa commented 2 years ago

Maxime,

Thanks for your contribution. I've re-implemented the functionalities related to fusion and added several fusion algorithms in v.0.2.0. Among those algorithms, I've added an RRF implementation more in line with the others I've implemented. Because of that, I'm closing this pull request without merging it with the master branch.

I hope you will find the newly released functionalities useful for your projects!

Best,

Elias