Historical NCAA 538 Forecasts
Historical NCAA 538 Forecasts Dataset
@kaggle.tunguz_historical_ncaa_forecasts
Historical NCAA 538 Forecasts Dataset
@kaggle.tunguz_historical_ncaa_forecasts
This folder contains data behind the story The NCAA Bracket: Checking Our Work.
CREATE TABLE historical_538_ncaa_tournament_model_results (
"year" BIGINT,
"round" BIGINT,
"favorite" VARCHAR,
"underdog" VARCHAR,
"favorite_probability" DOUBLE,
"favorite_win_flag" BIGINT
);Anyone who has the link will be able to view this.