리뷰 BigQuery ML로 ML 모델 만들기: 챌린지 실습개
리뷰 37174개
Broken
Jian Jin . · 대략 1년 전에 리뷰됨
hyunsoo k. · 대략 1년 전에 리뷰됨
hyunsoo k. · 대략 1년 전에 리뷰됨
M. Faiz Pratama M. · 대략 1년 전에 리뷰됨
Lorenzo O. · 대략 1년 전에 리뷰됨
Sreeni P. · 대략 1년 전에 리뷰됨
Emil D. · 대략 1년 전에 리뷰됨
the lab is confusing. it instructs to create a dataset bq_dataset for the models I create, but the first task required the model to be under the austin dataset. then, in the second task I have the solution below (similarly for both models location and subscriber in separate queries), and it was incorrect with the grader stating that I had to do both models for the correct year #---------------------- WITH daynames AS (SELECT ['Sun', 'Mon', 'Tues', 'Wed', 'Thurs', 'Fri', 'Sat'] AS daysofweek), taxitrips AS ( SELECT start_station_name, EXTRACT(HOUR FROM start_time) AS start_hour, EXTRACT(DAYOFWEEK FROM start_time) AS day_of_week, S.address as location, T.duration_minutes as duration_minutes FROM `bigquery-public-data.austin_bikeshare.bikeshare_trips` as T, daynames LEFT JOIN `bigquery-public-data.austin_bikeshare.bikeshare_stations` as S ON T.start_station_name=S.name WHERE EXTRACT(YEAR FROM T.start_time)=2019 ) SELECT mean_absolute_error, SQRT(mean_squared_error) AS rmse FROM ML.EVALUATE(MODEL `austin.location_model`, TABLE `taxitrips`) #--------------------------
Raúl R. · 대략 1년 전에 리뷰됨
Aigerim O. · 대략 1년 전에 리뷰됨
Raúl R. · 대략 1년 전에 리뷰됨
Pankaj K. · 대략 1년 전에 리뷰됨
Sairama M. · 대략 1년 전에 리뷰됨
Akansha J. · 대략 1년 전에 리뷰됨
Asif Quasmi Q. · 대략 1년 전에 리뷰됨
Alfredo Jose A. · 대략 1년 전에 리뷰됨
Shrushti G. · 대략 1년 전에 리뷰됨
Kateryna S. · 대략 1년 전에 리뷰됨
Harine J. · 대략 1년 전에 리뷰됨
Gaspare V. · 대략 1년 전에 리뷰됨
Nurkassym B. · 대략 1년 전에 리뷰됨
Piotr B. · 대략 1년 전에 리뷰됨
인철 조. · 대략 1년 전에 리뷰됨
Maksym Z. · 대략 1년 전에 리뷰됨
no encuentro la base de datos que quieren
José Ignacio L. · 대략 1년 전에 리뷰됨
Thanh N. · 대략 1년 전에 리뷰됨
Google은 게시된 리뷰가 제품을 구매 또는 사용한 소비자에 의해 작성되었음을 보증하지 않습니다. 리뷰는 Google의 인증을 거치지 않습니다.