关于“運用 BigQuery ML 建立機器學習模型:挑戰實驗室”的评价
正在加载…
未找到任何结果。

在 Google Cloud 控制台中运用您的技能

关于“運用 BigQuery ML 建立機器學習模型:挑戰實驗室”的评价

评论

Rainer-Anton E. · 评论11 months之前

Руслана Х. · 评论11 months之前

error en dataset name

Javier Z. · 评论11 months之前

Raja S. · 评论11 months之前

Rohit N. · 评论11 months之前

APOORVA J. · 评论11 months之前

Dinesh Kumar G. · 评论11 months之前

Bourne I. · 评论11 months之前

kalyani k. · 评论11 months之前

Soumya Ranjan B. · 评论11 months之前

Ajikumar G. · 评论11 months之前

Preetham R. · 评论11 months之前

m

Akerke K. · 评论11 months之前

Broken

Jian Jin . · 评论11 months之前

hyunsoo k. · 评论11 months之前

hyunsoo k. · 评论11 months之前

M. Faiz Pratama M. · 评论11 months之前

Lorenzo O. · 评论11 months之前

Sreeni P. · 评论11 months之前

Emil D. · 评论11 months之前

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. · 评论11 months之前

Aigerim O. · 评论11 months之前

Raúl R. · 评论11 months之前

Pankaj K. · 评论11 months之前

Sairama M. · 评论11 months之前

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