Criar modelos de ML com o BigQuery ML: laboratório com desafio avaliações

37176 avaliações

Preetham R. · Revisado há about 1 year

m

Akerke K. · Revisado há about 1 year

Broken

Jian Jin . · Revisado há about 1 year

hyunsoo k. · Revisado há about 1 year

hyunsoo k. · Revisado há about 1 year

M. Faiz Pratama M. · Revisado há about 1 year

Lorenzo O. · Revisado há about 1 year

Sreeni P. · Revisado há about 1 year

Emil D. · Revisado há 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. · Revisado há about 1 year

Aigerim O. · Revisado há about 1 year

Raúl R. · Revisado há about 1 year

Pankaj K. · Revisado há about 1 year

Sairama M. · Revisado há about 1 year

Akansha J. · Revisado há about 1 year

Asif Quasmi Q. · Revisado há about 1 year

Alfredo Jose A. · Revisado há about 1 year

Shrushti G. · Revisado há about 1 year

Kateryna S. · Revisado há about 1 year

Harine J. · Revisado há about 1 year

Gaspare V. · Revisado há about 1 year

Nurkassym B. · Revisado há about 1 year

Piotr B. · Revisado há about 1 year

인철 조. · Revisado há about 1 year

Maksym Z. · Revisado há about 1 year

Não garantimos que as avaliações publicadas sejam de consumidores que compraram ou usaram os produtos. As avaliações não são verificadas pelo Google.