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

评论

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之前

Nurkassym B. · 评论about 1 year之前

Piotr B. · 评论about 1 year之前

인철 조. · 评论about 1 year之前

Maksym Z. · 评论about 1 year之前

no encuentro la base de datos que quieren

José Ignacio L. · 评论about 1 year之前

Thanh N. · 评论about 1 year之前

Manpreet B. · 评论about 1 year之前

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