리뷰 BigQuery ML로 ML 모델 만들기: 챌린지 실습개
리뷰 41334개
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년 전에 리뷰됨
Miguel V. · 대략 2년 전에 리뷰됨
Serhii V. · 대략 2년 전에 리뷰됨
Sergey V. · 대략 2년 전에 리뷰됨
Janice V. · 대략 2년 전에 리뷰됨
Suchita B. · 대략 2년 전에 리뷰됨
Maksym K. · 대략 2년 전에 리뷰됨
Максим К. · 대략 2년 전에 리뷰됨
Yuriy K. · 대략 2년 전에 리뷰됨
Atharva D. · 대략 2년 전에 리뷰됨
Google은 게시된 리뷰가 제품을 구매 또는 사용한 소비자에 의해 작성되었음을 보증하지 않습니다. 리뷰는 Google의 인증을 거치지 않습니다.