Creating our first MMA ranking system
Hello all! Just wanted to quickly announce that MMA-DS is starting a newsletter! Also, if you are new here make sure to read the following three posts to understand the full context of how I generated the results in this article: Strategic Classes, Tactical Classes and Judging Model 1.0.
While working on my Derrick Lewis vs Curtis Blaydes article, I came to a realization about the tools I have been using. All of my data analysis centers around taking the strategy and tactics of fighters, quantifying it and then seeing how effective it is based on my judging model. However, this does not tell a complete story of a fighter's offensive output. Finish heavy fighters like Lewis were downgraded because they don't win rounds. To go about fixing this, I took a few steps back and asked myself: what are all the aspects of winning a fight at a high level?
A fighter can win by points, submission or knock out but my current tools only focused on the first of those three. So how could I incorporate a rarer event into my analysis? Points are easy to quantify because every round is a zero sum game meaning someone has to win. A fighter does not have to get knocked out or submitted which makes them rarer events from a probability standpoint. What I figured out was that I could take those probabilities in comparison to the actual results and assign a score to each fighter on a round-by-round basis that cumulatively would take into account all three win conditions. Shoutout to Justin Filteau who identified that this logic is the basis for the ELO chess algorithm.
On a round-by-round level, I created a data set with 7 simple columns:
-
1
Weight Class
-
2
Round Number
-
3
Offensive Strategic Class (OSC)
-
4
Defensive Strategic Class (DSC)
-
5
If fighter won round (1/0)
-
6
If fighter KO’d opponent (1/0)
-
7
If fighter Subbed opponent (1/0)
From there, I pivoted the data on weight class, round number, OSC, and DSC. Verbally, this would give us a data set that would say:
At a given round number in a given weight class when OSC x and DSC y faceoff against each other, the probability of round victory is a%, probability of KO is b% and probability of submission is c%.
So now we have a pretty large data set of combined probabilities with their anchoring features of weight class and round number. Next, we take that data set and merge it back into the actual results. So in addition to the 7 columns above we add in 3 more:
-
1
Probability of winning a round on points (PTS)
-
2
Probability of KO (KO)
-
3
Probability of SUB (SUB)
Since every round is zero sum, someone has to win. I subtracted the probability of each from their respective actual outcome. The math looks like this:
-
If a fighter won a round in which they had a .4 or 40% probability of winning, then 1 - .4 = .6 is their PTS score for that round.
-
If a fighter lost with a .4 or 40% chance of winning, then 0 - .4 = -.4 is their PTS score for that round.
The above concept applies to SUB and KO as well but with smaller probability features since they are rarer events. I then added up all probability gains across a single row (PTS, KO, and SUB) together to create a placeholder metric that I called oSTeloR for total offensive STeloR score. Let's take a quick look at an example so we can see how this will look on a round-by-round basis. I will be using Israel Adesanya's last fight against Paulo Costa.
Fighter | Round Number | PTS | KO | SUB | oSTeloR |
---|---|---|---|---|---|
Israel Adesanya | 1 | 0.5 | -0.075 | -0.003 | 0.422 |
Israel Adesanya | 2 | 0.504 | 0.954 | 0 | 1.458 |
Once we have these results on a round-by-round basis, we can sum a fighter's rounds together and get an overall look at their total, probabilistic contributions offensively. What jumped out immediately to me is that fighters in their prime were heavily weighted towards the top of rankings. To fix this, I figured there were two options: segment fighters with the same fight count or segment fighters with the same round count. I have leaned towards the latter option through my research because I feel as though it gives a better picture of overall contribution. Since Ciryl Gane fights this coming weekend, I am going to use him as my example. Gane has fought 9 rounds in the UFC so far. In order to compare him to other heavyweight fighters, I have to segment each fighter's data to their first 9 rounds as well. So, what are the results?
oSTeloR Rank | Fighter | PTS | KO | SUB | oSTeloR |
---|---|---|---|---|---|
1 | Junior Dos Santos | 4.764286 | 2.329831 | -0.274564 | 6.819553 |
2 | Ciryl Gane | 4.254482 | 0.170269 | 1.848491 | 6.273242 |
3 | Francis Ngannou | 2.866374 | 3.157752 | -0.228571 | 5.795554 |
4 | Jairzinho Rozenstruik | 3.056113 | 2.451963 | -0.267857 | 5.240219 |
5 | Andrei Arlovski | 2.519720 | 2.013681 | -0.151442 | 4.381959 |
In terms of combined probability gain, Gane ranks as number 2 all time through 9 rounds trailing only Junior Dos Santos. Wow. Based on this ranking system, Gane is essentially the second greatest heavyweight prospect trailing only a young Junior Dos Santos.
What really stands out is that Gane ranks second all time through 9 rounds as a submission artist. Why is that? Gane has two submissions on his record: a head and arm choke as well as a heel hook. We will dive into this later but the type of submission and the round and weight class it happened in are both variable and extremely important in determining a fighter’s KO and SUB scores. I am going to be doing a further write up on Gane tomorrow so make sure to check that out for a deeper look into Gane.
One thing that also stood out to me is that the greatest heavyweight of all time, Stipe Miocic, was not in the top 5 nor the top 10 through his first 9 rounds. We had to go all the way down to #23 to find him. That stood out to me as a major red flag in my rankings and deserved a deeper dive.
Looking at Stipe’s record, he has fought 43 UFC rounds and is a multi-time defending heavyweight champion. But what if we split his time in the UFC in half? Let’s compare first 21 round Stipe with last 22 round and see which heavyweights rank at the top through the first 21 rounds of their career and the last 22, separately.
oSTeloR Rank | Fighter | PTS | KO | SUB | oSTeloR |
---|---|---|---|---|---|
1 | Junior Dos Santos | 7.990990 | 3.207555 | -0.404267 | 10.794278 |
2 | Derrick Lewis | 4.204542 | 4.690773 | -0.786294 | 8.109022 |
3 | Fabricio Werdum | 4.851647 | 1.274042 | 0.284863 | 6.410551 |
4 | Alexander Volkov | 5.786324 | 0.296442 | -0.276945 | 5.805821 |
5 | Cain Velasquez | 2.934244 | 2.378180 | -1.099401 | 4.213023 |
Through the first 21 rounds of each heavyweight fighter's career, Stipe ranks a whopping 11th and doesn't even show up in our table.
oSTeloR Rank | Fighter | PTS | KO | SUB | oSTeloR |
---|---|---|---|---|---|
1 | Stipe Miocic | 2.392770 | 3.271329 | -0.451714 | 5.212384 |
2 | Andrei Arlovski | 5.578618 | -1.557247 | -0.226240 | 3.795131 |
3 | Junior Dos Santos | 4.361429 | -0.850221 | -0.201509 | 3.309699 |
4 | Fabricio Werdum | 4.261745 | -2.576244 | 1.618663 | 3.304164 |
Wow! Not only is Stipe #1, his cumulative oSTeloR is 37% higher than second place Andrei Arlovkski. This leaves open tons of potential like prospect rankings, a series on greatest peaks, best championship runs, all kinds of awesome content that I will be putting out!
The last point I want to hit on before I close this out is something I discovered while researching all time middleweight rankings.
oSTeloR Rank | Fighter | PTS | KO | SUB | oSTeloR |
---|---|---|---|---|---|
1 | Anderson Silva | 7.460462 | 3.218209 | 0.373800 | 11.052471 |
2 | Thiago Santos | 4.256054 | 4.823373 | -1.221072 | 7.858355 |
3 | Israel Adesanya | 4.111877 | 2.117948 | -0.035829 | 6.193995 |
This comparison is fighters at middleweight through their first 21 rounds. As we can see, Thiago Santos' incredible power puts him a bit above Israel Adesanya in total oSTeloR but more interestingly, Thiago has a much higher negative SUB score than Izzy. Why is that?
I broke down the round-by-round data and realized this was a perfect demonstration of the value of these probabilities. Israel fights as a predominantly stand up fighter and his opponents choose to fight him the same way. Because of this, he naturally has a low probability of submitting his opponents. Thiago, on the other hand, mixes in more grappling and takedowns. His probability of submission is thus higher but he has not capitalized on it enough to gain score therefore he lost points. This too opens up tons of possibilities for further discovery.
While these statistics are not yet predictive, they represent a first of its kind: mathematical ranking algorithm for UFC fighters. STeloR is going to be used in all upcoming fight breakdowns in new and unique ways so that I can learn about its potential further while putting out great content for everyone to read. Thank you for following along, let me know if I can answer any questions and make sure to sign up for the MMA-DS newsletter.
Fighters Mentioned: