ML-Modelle mit BigQuery ML erstellen: Challenge-Lab Rezensionen
41496 Rezensionen
nice
Akash S. · Vor mehr als 2 Jahre überprüft
Siddhantraje S. · Vor mehr als 2 Jahre überprüft
Instruction for the last task is vague
Chowdhury Mohammad I. · Vor mehr als 2 Jahre überprüft
Nice
Jessica T. · Vor mehr als 2 Jahre überprüft
great
Navneet P. · Vor mehr als 2 Jahre überprüft
Soumyajit N. · Vor mehr als 2 Jahre überprüft
saket s. · Vor mehr als 2 Jahre überprüft
Pruthak J. · Vor mehr als 2 Jahre überprüft
Amitava M. · Vor mehr als 2 Jahre überprüft
bilegjargal s. · Vor mehr als 2 Jahre überprüft
jack K. · Vor mehr als 2 Jahre überprüft
A-66 Anagha W. · Vor mehr als 2 Jahre überprüft
Hibatullah R. · Vor mehr als 2 Jahre überprüft
PARTHIV D. · Vor mehr als 2 Jahre überprüft
Arpan C. · Vor mehr als 2 Jahre überprüft
Alok K. · Vor mehr als 2 Jahre überprüft
Sanika P. · Vor mehr als 2 Jahre überprüft
AWESOME,LITTLE BIT COMPLEX
mohit r. · Vor mehr als 2 Jahre überprüft
Abhishek S. · Vor mehr als 2 Jahre überprüft
Prachi G. · Vor mehr als 2 Jahre überprüft
Sandesh B. · Vor mehr als 2 Jahre überprüft
GOOD
ARNAV S. · Vor mehr als 2 Jahre überprüft
Anshul P. · Vor mehr als 2 Jahre überprüft
Ishu S. · Vor mehr als 2 Jahre überprüft
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
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.