BigQuery ML を使用した ML モデルの作成: チャレンジラボ のレビュー

44234 件のレビュー

impossible to finish task 2 and chat support dosn't help

Torrecillas Sanchez Roberto · 1年以上前にレビュー済み

Kabat Peter · 1年以上前にレビュー済み

Miguel Felipe · 1年以上前にレビュー済み

Lin Yisan · 1年以上前にレビュー済み

Rathour Anshika · 1年以上前にレビュー済み

dev Ronny · 1年以上前にレビュー済み

Khan (Stark) Arbaz · 1年以上前にレビュー済み

Georgy Fahad · 1年以上前にレビュー済み

Talreja Tarun · 1年以上前にレビュー済み

Talreja Tarun · 1年以上前にレビュー済み

task are non consistent between them

Torrecillas Sanchez Roberto · 1年以上前にレビュー済み

Meyer Sascha · 1年以上前にレビュー済み

Bustos Azócar Alfredo · 1年以上前にレビュー済み

Walz Joachim · 1年以上前にレビュー済み

task are non consistent between them

Torrecillas Sanchez Roberto · 1年以上前にレビュー済み

Gual de Torrella Gerardo · 1年以上前にレビュー済み

Malakar Sujal · 1年以上前にレビュー済み

addepalli kashyap · 1年以上前にレビュー済み

Estrada Miguel · 1年以上前にレビュー済み

Mazzon Guilherme · 1年以上前にレビュー済み

Cabreira Fernandes Junior Luiz Antonio · 1年以上前にレビュー済み

Feitosa Mônica · 1年以上前にレビュー済み

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) ))

Merino Miguel · 1年以上前にレビュー済み

Pandey Arvind · 1年以上前にレビュー済み

Alves Molina Rosana · 1年以上前にレビュー済み

公開されたレビューが、製品を購入または使用した人によるものであることは保証されません。Google はこれらのレビューの検証を行っていません。