Create ML Models with BigQuery ML: Challenge Lab Reviews

41496 reviews

nice

Akash S. · Reviewed 2 yıldan fazla ago

Siddhantraje S. · Reviewed 2 yıldan fazla ago

Instruction for the last task is vague

Chowdhury Mohammad I. · Reviewed 2 yıldan fazla ago

Nice

Jessica T. · Reviewed 2 yıldan fazla ago

great

Navneet P. · Reviewed 2 yıldan fazla ago

Soumyajit N. · Reviewed 2 yıldan fazla ago

saket s. · Reviewed 2 yıldan fazla ago

Pruthak J. · Reviewed 2 yıldan fazla ago

Amitava M. · Reviewed 2 yıldan fazla ago

bilegjargal s. · Reviewed 2 yıldan fazla ago

jack K. · Reviewed 2 yıldan fazla ago

A-66 Anagha W. · Reviewed 2 yıldan fazla ago

Hibatullah R. · Reviewed 2 yıldan fazla ago

PARTHIV D. · Reviewed 2 yıldan fazla ago

Arpan C. · Reviewed 2 yıldan fazla ago

Alok K. · Reviewed 2 yıldan fazla ago

Sanika P. · Reviewed 2 yıldan fazla ago

AWESOME,LITTLE BIT COMPLEX

mohit r. · Reviewed 2 yıldan fazla ago

Abhishek S. · Reviewed 2 yıldan fazla ago

Prachi G. · Reviewed 2 yıldan fazla ago

Sandesh B. · Reviewed 2 yıldan fazla ago

GOOD

ARNAV S. · Reviewed 2 yıldan fazla ago

Anshul P. · Reviewed 2 yıldan fazla ago

Ishu S. · Reviewed 2 yıldan fazla ago

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. · Reviewed 2 yıldan fazla ago

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