Create ML Models with BigQuery ML: Challenge Lab Reviews
Loading...
No results found.

Apply your skills in Google Cloud console

Create ML Models with BigQuery ML: Challenge Lab Reviews

35520 reviews

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 11 months ago

Aigerim O. · Reviewed 11 months ago

Raúl R. · Reviewed 11 months ago

Pankaj K. · Reviewed 11 months ago

Sairama M. · Reviewed 11 months ago

Akansha J. · Reviewed 11 months ago

Asif Quasmi Q. · Reviewed 11 months ago

Alfredo Jose A. · Reviewed 11 months ago

Shrushti G. · Reviewed 11 months ago

Kateryna S. · Reviewed 11 months ago

Harine J. · Reviewed 11 months ago

Gaspare V. · Reviewed 11 months ago

Nurkassym B. · Reviewed 11 months ago

Piotr B. · Reviewed 11 months ago

인철 조. · Reviewed 11 months ago

Maksym Z. · Reviewed 11 months ago

no encuentro la base de datos que quieren

José Ignacio L. · Reviewed 11 months ago

Thanh N. · Reviewed 11 months ago

Manpreet B. · Reviewed 11 months ago

Somin Y. · Reviewed 11 months ago

Marcelo G. · Reviewed 11 months ago

Godwin J. · Reviewed 11 months ago

Tania Isabel M. · Reviewed 11 months ago

Yaroslav K. · Reviewed 11 months ago

Берик З. · Reviewed 11 months ago

We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.