关于“通过 BigQuery ML 创建机器学习模型:实验室挑战赛”的评价
37323 条评价
Min Wei C. · 已于 almost 4 years前审核
curian L. · 已于 almost 4 years前审核
Ronny M. · 已于 almost 4 years前审核
Tejas D. · 已于 almost 4 years前审核
XinYang Y. · 已于 about 4 years前审核
Jun Liang Y. · 已于 about 4 years前审核
Namya V. · 已于 about 4 years前审核
Final prediction task doesn't support inline query solution as below even though the solution is correct. SELECT AVG(predicted_duration_minutes) as average_predicted_trip_length FROM ML.PREDICT(MODEL bike.duration_model_2, (SELECT trips.duration_minutes, trips.start_station_name, trips.start_time, trips.subscriber_type FROM `bigquery-public-data.austin_bikeshare.bikeshare_trips` trips INNER JOIN (SELECT start_station_name, COUNT(*) AS trips FROM `bigquery-public-data.austin_bikeshare.bikeshare_trips` WHERE EXTRACT (YEAR from start_time) = 2019 GROUP BY start_station_name ORDER BY trips DESC LIMIT 1) busy_station on busy_station.start_station_name = trips.start_station_name WHERE EXTRACT (YEAR from trips.start_time) = 2019 AND trips.subscriber_type = "Single Trip") )
Patrick C. · 已于 about 4 years前审核
For the prediction part, the 2020 data does not include any records when subscriber_type = 'Single Trip'. It only include records for 'Single Trip Ride'
Keith K. · 已于 about 4 years前审核
Deri D. · 已于 about 4 years前审核
Zhi Jian C. · 已于 about 4 years前审核
Chong Chi Y. · 已于 about 4 years前审核
Yayan S. · 已于 about 4 years前审核
SINHAN C. · 已于 about 4 years前审核
Broken assessment checker in Task 4: Evaluate the two machine learning models
Allan Khaw -. · 已于 about 4 years前审核
Yayan S. · 已于 about 4 years前审核
Aishah S. · 已于 about 4 years前审核
ava g. · 已于 about 4 years前审核
Mikołaj B. · 已于 about 4 years前审核
HY Y. · 已于 about 4 years前审核
nisha r. · 已于 about 4 years前审核
Got bug, the busiest station is different
Yousoff E. · 已于 about 4 years前审核
Andrea F. · 已于 about 4 years前审核
nisha r. · 已于 about 4 years前审核
Yan Y. · 已于 about 4 years前审核
我们无法确保发布的评价来自已购买或已使用产品的消费者。评价未经 Google 核实。