Baselight

Football: Predict Late Goals

football match data about late goals

@kaggle.mrmorj_football_predict_late_goals

Loading...
Loading...

About this Dataset

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

Tables

Soccer Predict Goal

@kaggle.mrmorj_football_predict_late_goals.soccer_predict_goal
  • 4.39 MB
  • 108129 rows
  • 14 columns
Loading...

CREATE TABLE soccer_predict_goal (
  "unnamed_0" BIGINT,
  "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
);

Share link

Anyone who has the link will be able to view this.