MMA Fight Predictions By Professional Fighters
Fight Picks Made by Fellow Fighters
@kaggle.martj42_mma_fight_predictions_by_professional_fighters
Fight Picks Made by Fellow Fighters
@kaggle.martj42_mma_fight_predictions_by_professional_fighters
This is a continually updated dataset of professional fighters making fight predictions.
The data is gathered mostly from James Lynch's YouTube channel, where fighters are asked to predict upcoming fights. Currently, the dataset includes 2,552 made predictions of 244 fights since the end of 2015 up to today.
CREATE TABLE predictions (
"winner" VARCHAR,
"loser" VARCHAR,
"date" TIMESTAMP,
"winner_odds" DOUBLE,
"predictor" VARCHAR,
"correct" BOOLEAN
);
Anyone who has the link will be able to view this.