Football: Predict Late Goals
football match data about late goals
@kaggle.mrmorj_football_predict_late_goals
football match data about late goals
@kaggle.mrmorj_football_predict_late_goals
Match data from 2018-09-27 to 2020-09-12. Task: predict whether a late goal will be scored in the match
CREATE TABLE soccer_predict_goal (
"unnamed_0" BIGINT -- Unnamed: 0,
"datetime" TIMESTAMP,
"category" VARCHAR,
"home" VARCHAR,
"away" VARCHAR,
"score_home" DOUBLE,
"score_away" DOUBLE,
"coefficient_home" DOUBLE,
"coefficient_away" DOUBLE,
"coefficient_next_goal" DOUBLE,
"history" VARCHAR,
"len_home" BIGINT,
"len_away" BIGINT,
"target" BIGINT
);Anyone who has the link will be able to view this.