Have you been following the World Cup? Or do you like foretelling the future? If so, this challenge is for you (just kidding on that second one). You’ll get hands-on experience with data analysis and machine learning, building from basics up to predicting match outcomes 🔮
And whatever game you’re watching Sunday, or maybe no game at all, these no-cost labs will get you valuable data skills, plus one more Arcade point!
So pick a team (choose carefully, you cannot change teams later) and join the game today.
PS: Teams are just for fun and friendly competition, no impact to badges or points, so please don’t overthink it 😉
@emily927 Thanks for the Update...
But Can you please consider the prizes...... 16 Points it too much for anyone...?
have u completed 2nd half 2nd one.predict soccer matchoutcomes with bigquery ml:challenge lab?
yes, especially when many of us got to know about arcade in the last 6 months. All the badges in the last 6 months do not even add up to 16. It would be much appreciated if you could look into decreasing the criteria.
Yes @emily927 Please reduce the criteria Please do something
@emily927 , There is already some issue with the challenge lab of soccer challenge
More slots are opened join now
CREATE FUNCTION `soccer.GetShotDistanceToGoal867`(x INT64, y INT64)
RETURNS FLOAT64
AS (
/* Translate 0-100 (x,y) coordinate-based distances to absolute positions
using "average" field dimensions of 98x73 before combining in 2D dist calc */
SQRT(
POW((90 - x) * 98/100, 2) +
POW((45 - y) * 73/100, 2)
)
);
NOT WORKING
CREATE FUNCTION `soccer.GetShotAngleToGoal867`(x INT64, y INT64)
RETURNS FLOAT64
AS (
SAFE.ACOS(
/* Have to translate 0-100 (x,y) coordinates to absolute positions using
"average" field dimensions of 98x73 before using in various distance calcs */
SAFE_DIVIDE(
( /* Squared distance between shot and 1 post, in meters */
(POW(98 - (x * 98/100), 2) + POW(36.5 + (7.32/2) - (y * 73/100), 2)) +
/* Squared distance between shot and other post, in meters */
(POW(98 - (x * 98/100), 2) + POW(36.5 - (7.32/2) - (y * 73/100), 2)) -
/* Squared length of goal opening, in meters */
POW(7.32, 2)
),
(2 *
/* Distance between shot and 1 post, in meters */
SQRT(POW(98 - (x * 98/100), 2) + POW(36.5 + 7.32/2 - (y * 73/100), 2)) *
/* Distance between shot and other post, in meters */
SQRT(POW(98 - (x * 98/100), 2) + POW(36.5 - 7.32/2 - (y * 73/100), 2))
)
)
/* Translate radians to degrees */
) * 180 / ACOS(-1)
)
;
NOT WORKING
PLZ SEE TO THIS ISSUE AND SOLVE IT AS SOON AS POSSIBLE
that lab is not working
Hey, please try this query for TASK 3
I had completed all the labs in Holiday Challenge Part 1 except the lab " Continuous Delivery with Google Cloud Deploy" as it was repeatedly giving error on trying to complete task 8 from it.
The success for the release was not happening even after re-running the commands several times and was generating a error.
Kindly, extend the time and fix the error for the Holiday Challenge . The time was even less for completion of 8 labs.
@carrie @emily927 @Ankit2 @Yugali
All the labs were working fine.. and 24 Hours of time was already extended too...
I have tried attempting "Predict Soccer Match Outcomes with BigQuery ML: Challenge Lab" thrice but even the code provided by the Lab itself won't pass the assessment. Kindly see to it so that we can complete the game in given time.
Thankyou
facing same issue
@emily927
@emily927 I'm facing error in challenge lab, please resolve it as soon as possible
There are problems in Lab 2 of 2nd half. The labs progress check not functioning properly for Task 3 and 4.
Yes!
any update about the 2nd half lab 2 error?
Hi there! So I have problems with TASK 3 of BigQuery CHallenge.
So the task is a bit tricky because:
They ask:
1. Filter the events table to shots only. (so not free kicks or Penalty kicks shots)
2. Shot distance must be less than 50. ( "<" and not "<=")
We also have to be carefull with the distance formula. Anyway I checked by now almost all possibilities and there seems to be something I'm missing or there's really an error.
Is there anybody who got this task done?
Also task 4 and 5 seem not work because of that.
Exciting to share new cloud badge 😍 Sports Data Challenge
https://www.cloudskillsboost.google/public_profiles/7293ace9-b3e9-401c-a642-dc5789c5974c/badges/3022...
is the lab 2 of 2nd half working?
Yes All labs work Properly
nice
Issue resolved complete labs asap
Thank you for your patience, and for the reports to help us identify trouble spots! The labs in this challenge should be healthy now.
Go Guardians! (Chargers too 😉)
Please look into Prize Counter matter @emily927
Chargers are on top of the board 😁
Go guardians try to match us 😆
Please reduce the criteria .All the badges in the last 6 months do not even add up to 16. It would be much appreciated if you could look into decreasing the criteria.
It actually endup 16points at the end of the event if you started 5months ago, that is from August.
At the end of the event you would end up with 16 badges.
But yes the difference is too big from 12 to direct 16, what about 14 points scorer 😄😃
@emily927 , please increase the time limit of the sports challenge lab by 20 Dec 7:00 pm as issues are resolved many participants were not aware about it ,please for our enthusiasm.
On the top of the leaderboard from the past 12 Hours😀
That's awesome 😃😄
Congratulations 👏 🎊
Model is imported
Unable to do check my progress
THE MODEL IS BEEN IMPORTED BUT UNABLE TO CHECK MY PROGRESS THIS ISSUE IS FORM 2 DAYS I HAVE ALSO INFORMED THEM BUT THEY ARE UNABLE TO REPLY THEY ARE TELL WE WILL MAILL BUT NO MAIL YET PLZ DO HELP ME
u need to wait for 5 to 10 mins after importing
My whole lab time got done and all other tasks I was waiting for approx 1-hour after importing it and completed all other tasks other than it
When will next holiday challenge begin?
User | Count |
---|---|
30 | |
16 | |
3 | |
2 | |
1 |