An open API service indexing awesome lists of open source software.

https://github.com/gitrasheed/mma-fighter-ranking

rudimentary python script for ranking maa fighters with different algorithms
https://github.com/gitrasheed/mma-fighter-ranking

Last synced: 5 days ago
JSON representation

rudimentary python script for ranking maa fighters with different algorithms

Awesome Lists containing this project

README

          

# mma-fighter-ranking
rudimentary python scripts for ranking MMA fighters with different algorithms, both get differing results that aren't what a real top list would look like, but it gets close with a lot of big name showing up

# Script 1 :
Uses ELO, (incomplete) autocorrelation and then uses a composite score based off of ELO, significant strike differential, takedown differential, and method of victory.

![script 1 result](results/script1-top12.PNG)
# Script 2:
Uses a mixed score from RandomForestClassifier and TrueSkill rating with Optuna hyperparameter tuning.
![script 2 result](results/script2-top12.PNG)
# Database source:
https://www.kaggle.com/datasets/akshaysinghim/ufc-fight-data-1993-to-2023