Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 879 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 879 Bytes

A common question within the mixed martial arts world is who is the greatest fighter of all time? I wanted to offer a solution to solve that. I first devised a web scraper that scrapes ufcstats.com. This would leave me with every result in UFC history, starting with the first ever fight between Gordon Gordeau and Taylor Wily, and currently ending with the most recent of Sean O'Malley and Merab Dvalishvili. I then took the data to create an elo engine ranking system in python. The code follows how normal chess elo engines work, following the common elo formula.

This repository contains all code for the project, as well as the csv files from webscraping, and then the final list of the elo's starting with the highest.

To find your favorite fighter go to the all_fighters_elo.csv file and you can search!

Youtube Video Link: https://www.youtube.com/watch?v=PLwhzlyjEgU