리뷰 BigQuery ML로 ML 모델 만들기: 챌린지 실습개
리뷰 35533개
Bourne I. · 11개월 전에 리뷰됨
kalyani k. · 11개월 전에 리뷰됨
Soumya Ranjan B. · 11개월 전에 리뷰됨
Ajikumar G. · 11개월 전에 리뷰됨
Preetham R. · 11개월 전에 리뷰됨
m
Akerke K. · 11개월 전에 리뷰됨
Broken
Jian Jin . · 11개월 전에 리뷰됨
hyunsoo k. · 11개월 전에 리뷰됨
hyunsoo k. · 11개월 전에 리뷰됨
M. Faiz Pratama M. · 11개월 전에 리뷰됨
Lorenzo O. · 11개월 전에 리뷰됨
Sreeni P. · 11개월 전에 리뷰됨
Emil D. · 11개월 전에 리뷰됨
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. · 11개월 전에 리뷰됨
Aigerim O. · 11개월 전에 리뷰됨
Raúl R. · 11개월 전에 리뷰됨
Pankaj K. · 11개월 전에 리뷰됨
Sairama M. · 11개월 전에 리뷰됨
Akansha J. · 11개월 전에 리뷰됨
Asif Quasmi Q. · 11개월 전에 리뷰됨
Alfredo Jose A. · 11개월 전에 리뷰됨
Shrushti G. · 11개월 전에 리뷰됨
Kateryna S. · 11개월 전에 리뷰됨
Harine J. · 11개월 전에 리뷰됨
Gaspare V. · 11개월 전에 리뷰됨
Google은 게시된 리뷰가 제품을 구매 또는 사용한 소비자에 의해 작성되었음을 보증하지 않습니다. 리뷰는 Google의 인증을 거치지 않습니다.