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

41497 avaliações

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

Aayush K. · Revisado há over 2 years

Megha G. · Revisado há over 2 years

Sagnik R. · Revisado há over 2 years

Ravisha B. · Revisado há over 2 years

Hemal S. · Revisado há over 2 years

Kevin T. · Revisado há over 2 years

Vaarshika H. · Revisado há over 2 years

Samiksha V. · Revisado há over 2 years

Tanmay S. · Revisado há over 2 years

Kush L. · Revisado há over 2 years

SUMESHA S. · Revisado há over 2 years

Sonu G. · Revisado há over 2 years

Anoushka S. · Revisado há over 2 years

Madireddy B. · Revisado há over 2 years

Seee100 E. · Revisado há over 2 years

mridul g. · Revisado há over 2 years

Abhishek G. · Revisado há over 2 years

Deepak K. · Revisado há over 2 years

Ayushi S. · Revisado há over 2 years

Siddhesh K. · Revisado há over 2 years

Sangeeta M. · Revisado há over 2 years

20R21A0412 C. · Revisado há over 2 years

MARTHALA G. · Revisado há over 2 years

Meena G. · 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.