https://github.com/jethrokuan/ranking_algorithms
Ranking via binary comparisons
https://github.com/jethrokuan/ranking_algorithms
python ranking ranking-algorithm
Last synced: 9 months ago
JSON representation
Ranking via binary comparisons
- Host: GitHub
- URL: https://github.com/jethrokuan/ranking_algorithms
- Owner: jethrokuan
- Created: 2019-01-09T12:14:53.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-12T09:21:20.000Z (almost 7 years ago)
- Last Synced: 2025-01-28T11:47:54.984Z (11 months ago)
- Topics: python, ranking, ranking-algorithm
- Language: Python
- Size: 85 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
* Ranking Algorithms
The ranking algorithms considered here address the issue of learning
to rank, via pairwise preferences (binary comparisons).
** Implemented Algorithms
- [ ] SVM
- [X] Luce Spectral Ranking cite:bradley52_rank_analy_incom_block_desig
- [X] Rank Centrality cite:bradley52_rank_analy_incom_block_desig
- [ ] Balanced Rank Estimation (BRE) cite:wauthier2013efficient
- [ ] Unbalanced Rank Estimation (URE) cite:wauthier2013efficient
- [X] SpringRank cite:DeBaccoeaar8260
bibliography:ranking.bib