Create ML Models with BigQuery ML: Challenge Lab Reviews

41334 reviews

Roman P. · Reviewed حوالي سنتان 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 حوالي سنتان ago

lalit s. · Reviewed حوالي سنتان ago

Miguel V. · Reviewed حوالي سنتان ago

Werner v. · Reviewed حوالي سنتان 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 حوالي سنتان ago

Bohdan B. · Reviewed حوالي سنتان ago

Elisdênia S. · Reviewed حوالي سنتان ago

Volodymyr P. · Reviewed حوالي سنتان ago

Юлія К. · Reviewed حوالي سنتان ago

Juandre L. · Reviewed حوالي سنتان ago

Sachin K. · Reviewed حوالي سنتان ago

Vladyslav C. · Reviewed حوالي سنتان ago

juan carlos H. · Reviewed حوالي سنتان ago

Anton B. · Reviewed حوالي سنتان ago

Miguel V. · Reviewed حوالي سنتان ago

Serhii V. · Reviewed حوالي سنتان ago

Sergey V. · Reviewed حوالي سنتان ago

Janice V. · Reviewed حوالي سنتان ago

Suchita B. · Reviewed حوالي سنتان ago

Maksym K. · Reviewed حوالي سنتان ago

Максим К. · Reviewed حوالي سنتان ago

Yuriy K. · Reviewed حوالي سنتان ago

Atharva D. · Reviewed حوالي سنتان ago

We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.