关于“通过 BigQuery ML 创建机器学习模型:实验室挑战赛”的评价

37180 条评价

Bourne I. · 已于 about 1 year前审核

kalyani k. · 已于 about 1 year前审核

Soumya Ranjan B. · 已于 about 1 year前审核

Ajikumar G. · 已于 about 1 year前审核

Preetham R. · 已于 about 1 year前审核

m

Akerke K. · 已于 about 1 year前审核

Broken

Jian Jin . · 已于 about 1 year前审核

hyunsoo k. · 已于 about 1 year前审核

hyunsoo k. · 已于 about 1 year前审核

M. Faiz Pratama M. · 已于 about 1 year前审核

Lorenzo O. · 已于 about 1 year前审核

Sreeni P. · 已于 about 1 year前审核

Emil D. · 已于 about 1 year前审核

the lab is confusing. it instructs to create a dataset bq_dataset for the models I create, but the first task required the model to be under the austin dataset. then, in the second task I have the solution below (similarly for both models location and subscriber in separate queries), and it was incorrect with the grader stating that I had to do both models for the correct year #---------------------- WITH daynames AS (SELECT ['Sun', 'Mon', 'Tues', 'Wed', 'Thurs', 'Fri', 'Sat'] AS daysofweek), taxitrips AS ( SELECT start_station_name, EXTRACT(HOUR FROM start_time) AS start_hour, EXTRACT(DAYOFWEEK FROM start_time) AS day_of_week, S.address as location, T.duration_minutes as duration_minutes FROM `bigquery-public-data.austin_bikeshare.bikeshare_trips` as T, daynames LEFT JOIN `bigquery-public-data.austin_bikeshare.bikeshare_stations` as S ON T.start_station_name=S.name WHERE EXTRACT(YEAR FROM T.start_time)=2019 ) SELECT mean_absolute_error, SQRT(mean_squared_error) AS rmse FROM ML.EVALUATE(MODEL `austin.location_model`, TABLE `taxitrips`) #--------------------------

Raúl R. · 已于 about 1 year前审核

Aigerim O. · 已于 about 1 year前审核

Raúl R. · 已于 about 1 year前审核

Pankaj K. · 已于 about 1 year前审核

Sairama M. · 已于 about 1 year前审核

Akansha J. · 已于 about 1 year前审核

Asif Quasmi Q. · 已于 about 1 year前审核

Alfredo Jose A. · 已于 about 1 year前审核

Shrushti G. · 已于 about 1 year前审核

Kateryna S. · 已于 about 1 year前审核

Harine J. · 已于 about 1 year前审核

Gaspare V. · 已于 about 1 year前审核

我们无法确保发布的评价来自已购买或已使用产品的消费者。评价未经 Google 核实。