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
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.