Create ML Models with BigQuery ML: Challenge Lab Reviews
45141 reviews
Dmytro I. · Reviewed over 2 years ago
Yevhenii O. · Reviewed over 2 years ago
there's no clear acceptance criteria for Task 2 and Task 3, please explain more, thank you
Andriy S. · Reviewed over 2 years ago
Ігор М. · Reviewed over 2 years ago
Sahil S. · Reviewed over 2 years ago
Vlad L. · Reviewed over 2 years ago
Roman P. · Reviewed over 2 years ago
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. · Reviewed over 2 years ago
lalit s. · Reviewed over 2 years ago
Miguel V. · Reviewed over 2 years ago
Werner v. · Reviewed over 2 years ago
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. · Reviewed over 2 years ago
Bohdan B. · Reviewed over 2 years ago
Elisdênia S. · Reviewed over 2 years ago
Volodymyr P. · Reviewed over 2 years ago
Юлія К. · Reviewed over 2 years ago
Juandre L. · Reviewed over 2 years ago
Sachin K. · Reviewed over 2 years ago
Vladyslav C. · Reviewed over 2 years ago
juan carlos H. · Reviewed over 2 years ago
Anton B. · Reviewed over 2 years ago
We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.