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

41496 avaliações

nice

Akash S. · Revisado há over 2 years

Siddhantraje S. · Revisado há over 2 years

Instruction for the last task is vague

Chowdhury Mohammad I. · Revisado há over 2 years

Nice

Jessica T. · Revisado há over 2 years

great

Navneet P. · Revisado há over 2 years

Soumyajit N. · Revisado há over 2 years

saket s. · Revisado há over 2 years

Pruthak J. · Revisado há over 2 years

Amitava M. · Revisado há over 2 years

bilegjargal s. · Revisado há over 2 years

jack K. · Revisado há over 2 years

A-66 Anagha W. · Revisado há over 2 years

Hibatullah R. · Revisado há over 2 years

PARTHIV D. · Revisado há over 2 years

Arpan C. · Revisado há over 2 years

Alok K. · Revisado há over 2 years

Sanika P. · Revisado há over 2 years

AWESOME,LITTLE BIT COMPLEX

mohit r. · Revisado há over 2 years

Abhishek S. · Revisado há over 2 years

Prachi G. · Revisado há over 2 years

Sandesh B. · Revisado há over 2 years

GOOD

ARNAV S. · Revisado há over 2 years

Anshul P. · Revisado há over 2 years

Ishu S. · Revisado há over 2 years

The last task does not work! Here is the code that should get the correct answer asked but it never passes the task. select avg_predicted_duration from (SELECT AVG(predicted_label) as avg_predicted_duration, count(*) as total_rides FROM ml.PREDICT(MODEL `bikeshare.bikeshare_model2`, ( with daynames AS (SELECT ['Sun', 'Mon', 'Tues', 'Wed', 'Thurs', 'Fri', 'Sat'] AS daysofweek), biketrips AS ( SELECT start_station_name as station_name, subscriber_type as subscriber_type, start_time as start_time, daysofweek[ORDINAL(EXTRACT(DAYOFWEEK FROM start_time))] AS dayofweek, EXTRACT(HOUR FROM start_time) AS hourofday, address as location FROM `bigquery-public-data.austin_bikeshare.bikeshare_trips` as a, daynames, `bigquery-public-data.austin_bikeshare.bikeshare_stations` as b WHERE a.start_station_id = b.station_id AND DATE(start_time) BETWEEN '2018-01-01' AND '2018-12-31' AND subscriber_type like 'Single Trip' ) SELECT * FROM biketrips )) group by station_name ORDER BY total_rides DESC limit 1 ) Tried all kinds of combinations

Jayashree R. · Revisado há over 2 years

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.