리뷰 BigQuery ML로 ML 모델 만들기: 챌린지 실습개
리뷰 45141개
Dmytro I. · 2년 초과 전에 리뷰됨
Yevhenii O. · 2년 초과 전에 리뷰됨
there's no clear acceptance criteria for Task 2 and Task 3, please explain more, thank you
Andriy S. · 2년 초과 전에 리뷰됨
Ігор М. · 2년 초과 전에 리뷰됨
Sahil S. · 2년 초과 전에 리뷰됨
Vlad L. · 2년 초과 전에 리뷰됨
Roman P. · 2년 초과 전에 리뷰됨
Task 2 for FORM_3 is incorect: it is propose use logical and linear in different part of task. My answer was: CREATE or REPLACE MODEL bqml_dataset.predicts_visitor_model OPTIONS (model_type='logistic_reg') AS SELECT device.operatingSystem, device.isMobile, totals.pageviews, geoNetwork.country, 0 as label FROM `bigquery-public-data.google_analytics_sample.ga_sessions_20170801` WHERE totals.transactions is null UNION ALL SELECT device.operatingSystem, device.isMobile, totals.pageviews, geoNetwork.country, 1 as label FROM `bigquery-public-data.google_analytics_sample.ga_sessions_20170801` WHERE totals.transactions is not null and it is not correct.
Ihor H. · 2년 초과 전에 리뷰됨
lalit s. · 2년 초과 전에 리뷰됨
Miguel V. · 2년 초과 전에 리뷰됨
Werner v. · 2년 초과 전에 리뷰됨
Task 2 is incorect: it is propose use logical and linear in different part of task. My answer was: CREATE or REPLACE MODEL bqml_dataset.predicts_visitor_model OPTIONS (model_type='logistic_reg') AS SELECT device.operatingSystem, device.isMobile, totals.pageviews, geoNetwork.country, 0 as label FROM `bigquery-public-data.google_analytics_sample.ga_sessions_20170801` WHERE totals.transactions is null UNION ALL SELECT device.operatingSystem, device.isMobile, totals.pageviews, geoNetwork.country, 1 as label FROM `bigquery-public-data.google_analytics_sample.ga_sessions_20170801` WHERE totals.transactions is not null and it is not correct.
Ihor H. · 2년 초과 전에 리뷰됨
Bohdan B. · 2년 초과 전에 리뷰됨
Elisdênia S. · 2년 초과 전에 리뷰됨
Volodymyr P. · 2년 초과 전에 리뷰됨
Юлія К. · 2년 초과 전에 리뷰됨
Juandre L. · 2년 초과 전에 리뷰됨
Sachin K. · 2년 초과 전에 리뷰됨
Vladyslav C. · 2년 초과 전에 리뷰됨
juan carlos H. · 2년 초과 전에 리뷰됨
Anton B. · 2년 초과 전에 리뷰됨
Google은 게시된 리뷰가 제품을 구매 또는 사용한 소비자에 의해 작성되었음을 보증하지 않습니다. 리뷰는 Google의 인증을 거치지 않습니다.