ML-Modelle mit BigQuery ML erstellen: Challenge-Lab Rezensionen

41497 Rezensionen

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. · Vor mehr als 2 Jahre überprüft

Aayush K. · Vor mehr als 2 Jahre überprüft

Megha G. · Vor mehr als 2 Jahre überprüft

Sagnik R. · Vor mehr als 2 Jahre überprüft

Ravisha B. · Vor mehr als 2 Jahre überprüft

Hemal S. · Vor mehr als 2 Jahre überprüft

Kevin T. · Vor mehr als 2 Jahre überprüft

Vaarshika H. · Vor mehr als 2 Jahre überprüft

Samiksha V. · Vor mehr als 2 Jahre überprüft

Tanmay S. · Vor mehr als 2 Jahre überprüft

Kush L. · Vor mehr als 2 Jahre überprüft

SUMESHA S. · Vor mehr als 2 Jahre überprüft

Sonu G. · Vor mehr als 2 Jahre überprüft

Anoushka S. · Vor mehr als 2 Jahre überprüft

Madireddy B. · Vor mehr als 2 Jahre überprüft

Seee100 E. · Vor mehr als 2 Jahre überprüft

mridul g. · Vor mehr als 2 Jahre überprüft

Abhishek G. · Vor mehr als 2 Jahre überprüft

Deepak K. · Vor mehr als 2 Jahre überprüft

Ayushi S. · Vor mehr als 2 Jahre überprüft

Siddhesh K. · Vor mehr als 2 Jahre überprüft

Sangeeta M. · Vor mehr als 2 Jahre überprüft

20R21A0412 C. · Vor mehr als 2 Jahre überprüft

MARTHALA G. · Vor mehr als 2 Jahre überprüft

Meena G. · Vor mehr als 2 Jahre überprüft

Wir können nicht garantieren, dass die veröffentlichten Rezensionen von Verbrauchern stammen, die die Produkte gekauft oder genutzt haben. Die Rezensionen werden von Google nicht überprüft.