UFC-Fights-(2010---2020)-with-Betting-Odds

From MaRDI portal
Dataset:6036564



OpenML43464MaRDI QIDQ6036564

OpenML dataset with id 43464

No author found.

Full work available at URL: https://api.openml.org/data/v1/download/22102289/UFC-Fights-(2010---2020)-with-Betting-Odds.arff

Upload date: 23 March 2022


Dataset Characteristics

Number of features: 11 (numeric: 2, symbolic: 1 and in total binary: 1 )
Number of instances: 5,528
Number of instances with missing values: 1,288
Number of missing values: 14,168

Context There are some great UFC datasets out there, but I could not find one that included gambling odds. So I went and made one myself. This dataset focuses very generally on the fights and hopes to be able to draw very broad conclusions. More a more in depth statistical fight analysis I would recommend Rajeev Warrier's excellent datasetwhich was the inspiration for my work. Content This dataset consists of 11 columns of data with basic information about every match that took place between March 21, 2010 and March 14, 2020. Column Definitions: R_fighter and B_fighter: The names of the fighter in the red corner and the fighter in the blue corner R_odds and B_odds: The American odds of the fighter winning. date: The date of the fight location: The location of the fight country: The country the fight occurred in Winner: The winner of the fight ('Red' or 'Blue') title_bout: Was this fight a title bout? ('True' or 'False') weight_class: What weight class did this fight occur at? gender: Male or Female Acknowledgements I was inspired by the work of Rajeev Warrier Want More? My work, including a scraper to help gather data for upcoming events, can be found on my GitHub. I promise I'll add more documentation soon.