Predict Soccer Match Outcomes with BigQuery ML: Challenge Lab

Predict Soccer Match Outcomes with BigQuery ML: Challenge Lab

This lab is working now

SidVjSingh_0-1671207886046.pngSidVjSingh_1-1671207893837.png

0 1 191
1 REPLY 1

yes

SQRT(
POW(
  (X-axis goal mouth length - positions[ORDINAL(1)].x) * Y-axis goal mouth length/100,
  2) +
POW(
  (X-axis length - positions[ORDINAL(1)].y) * Y-axis length/100,
  2)
 ) AS shotDistance
 
Try these changes and it will run
Top Labels in this Space