리뷰 BigQuery ML로 ML 모델 만들기: 챌린지 실습개
리뷰 37443개
kashyap a. · 12개월 전에 리뷰됨
Miguel E. · 12개월 전에 리뷰됨
Guilherme M. · 12개월 전에 리뷰됨
Luiz Antonio C. · 12개월 전에 리뷰됨
Mônica F. · 12개월 전에 리뷰됨
No way to check as done task 4. --busiest bike sharing station in 2019 (based on the number of trips per station in 2019) where the subscriber type is 'Single Trip'. WITH t1 AS ( select start_station_name, count(*) as trips FROM `bigquery-public-data.austin_bikeshare.bikeshare_trips` WHERE EXTRACT(YEAR FROM start_time) = 2019 AND subscriber_type = 'Single Trip' GROUP BY 1 ORDER BY 2 DESC LIMIT 1 ) --predict the average trip duration for all trips from the busiest bike sharing station in 2019 (based on the number of trips per station in 2019) where the subscriber type is 'Single Trip'. SELECT AVG(predicted_duration_minutes) as avg_predicted_duration_minutes, AVG(duration_minutes) as avg_duration_minutes FROM ML.PREDICT( MODEL `qwiklabs-gcp-01-fff487b8bf0c.austin.subscriber_model`, ( SELECT -- label col bkt.duration_minutes AS duration_minutes, --features bkt.start_station_name, EXTRACT(HOUR FROM bkt.start_time) AS start_hour, bkt.subscriber_type as subscriber_type, FROM `bigquery-public-data.austin_bikeshare.bikeshare_trips` bkt WHERE 1=1 AND EXTRACT(YEAR FROM bkt.start_time) = 2019 AND bkt.subscriber_type = 'Single Trip' AND bkt.start_station_name = (select t1.start_station_name from t1) ))
Miguel M. · 12개월 전에 리뷰됨
Arvind P. · 12개월 전에 리뷰됨
Rosana A. · 12개월 전에 리뷰됨
Natalia S. · 12개월 전에 리뷰됨
kirandeep k. · 12개월 전에 리뷰됨
Heejung K. · 12개월 전에 리뷰됨
Noor A. · 12개월 전에 리뷰됨
Kaushik D. · 12개월 전에 리뷰됨
No way to check as done task 4.
Miguel M. · 12개월 전에 리뷰됨
Lavinia S. · 12개월 전에 리뷰됨
Bhavi G. · 12개월 전에 리뷰됨
Yowan N. · 12개월 전에 리뷰됨
No way to check as done task 2.
Miguel M. · 12개월 전에 리뷰됨
Task 3 bogged as it didn't find the trained model
Asitho D. · 12개월 전에 리뷰됨
Edgar D. · 12개월 전에 리뷰됨
Apoorwa A. · 12개월 전에 리뷰됨
Lakshmanan T. · 12개월 전에 리뷰됨
Mateus M. · 12개월 전에 리뷰됨
Ruhi k. · 12개월 전에 리뷰됨
Johannes K. · 12개월 전에 리뷰됨
Google은 게시된 리뷰가 제품을 구매 또는 사용한 소비자에 의해 작성되었음을 보증하지 않습니다. 리뷰는 Google의 인증을 거치지 않습니다.