Create ML Models with BigQuery ML: Challenge Lab Reviews
37404 reviews
Bourne I. · Reviewed about 1 year ago
kalyani k. · Reviewed about 1 year ago
Soumya Ranjan B. · Reviewed about 1 year ago
Ajikumar G. · Reviewed about 1 year ago
Preetham R. · Reviewed about 1 year ago
m
Akerke K. · Reviewed about 1 year ago
Broken
Jian Jin . · Reviewed about 1 year ago
hyunsoo k. · Reviewed about 1 year ago
hyunsoo k. · Reviewed about 1 year ago
M. Faiz Pratama M. · Reviewed about 1 year ago
Lorenzo O. · Reviewed about 1 year ago
Sreeni P. · Reviewed about 1 year ago
Emil D. · Reviewed about 1 year ago
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. · Reviewed about 1 year ago
Aigerim O. · Reviewed about 1 year ago
Raúl R. · Reviewed about 1 year ago
Pankaj K. · Reviewed about 1 year ago
Sairama M. · Reviewed about 1 year ago
Akansha J. · Reviewed about 1 year ago
Asif Quasmi Q. · Reviewed about 1 year ago
Alfredo Jose A. · Reviewed about 1 year ago
Shrushti G. · Reviewed about 1 year ago
Kateryna S. · Reviewed about 1 year ago
Harine J. · Reviewed about 1 year ago
Gaspare V. · Reviewed about 1 year ago
We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.