BigQuery ML を使用した ML モデルの作成: チャレンジラボ のレビュー
37257 件のレビュー
JAISWAL APOORVA · 約1年前にレビュー済み
Gaddam Dinesh Kumar · 約1年前にレビュー済み
Identity Bourne · 約1年前にレビュー済み
kumar kalyani · 約1年前にレビュー済み
Behera Soumya Ranjan · 約1年前にレビュー済み
G Ajikumar · 約1年前にレビュー済み
R Preetham · 約1年前にレビュー済み
m
Kassymbekova Akerke · 約1年前にレビュー済み
Broken
Chen Jian Jin · 約1年前にレビュー済み
kim hyunsoo · 約1年前にレビュー済み
kim hyunsoo · 約1年前にレビュー済み
Mulia M. Faiz Pratama · 約1年前にレビュー済み
Orozco Lorenzo · 約1年前にレビュー済み
Pitchala Sreeni · 約1年前にレビュー済み
Dabrowski Emil · 約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`) #--------------------------
Ramos Raúl · 約1年前にレビュー済み
Oshakbay Aigerim · 約1年前にレビュー済み
Ramos Raúl · 約1年前にレビュー済み
Kumar Pankaj · 約1年前にレビュー済み
Mecharla Sairama · 約1年前にレビュー済み
Jawle Akansha · 約1年前にレビュー済み
Quasmi Asif Quasmi · 約1年前にレビュー済み
Alfonzo Figueroa Alfredo Jose · 約1年前にレビュー済み
Gowari Shrushti · 約1年前にレビュー済み
Savelieva Kateryna · 約1年前にレビュー済み
公開されたレビューが、製品を購入または使用した人によるものであることは保証されません。Google はこれらのレビューの検証を行っていません。